(input, parseResult)
| 2984 | } |
| 2985 | |
| 2986 | function describeFailure(input, parseResult) { |
| 2987 | return "Did not understand this style mapping, so ignored it: " + input + "\n" + |
| 2988 | parseResult.errors().map(describeError).join("\n"); |
| 2989 | } |
| 2990 | |
| 2991 | function describeError(error) { |
| 2992 | return "Error was at character number " + error.characterNumber() + ": " + |