(error)
| 2989 | } |
| 2990 | |
| 2991 | function describeError(error) { |
| 2992 | return "Error was at character number " + error.characterNumber() + ": " + |
| 2993 | "Expected " + error.expected + " but got " + error.actual; |
| 2994 | } |
| 2995 | |
| 2996 | var styleRule = createStyleRule(); |
| 2997 |
nothing calls this directly
no outgoing calls
no test coverage detected