We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599daa6 commit c6e9561Copy full SHA for c6e9561
tests/lexers/test_golexer.py
@@ -67,7 +67,7 @@ def test_go_numbers():
67
assert_tokens_equal(tokens, expected)
68
69
def test_go_strings():
70
- code = "\"hello\" `raw string\nwith newline` \"with \\"escape\\"\""
+ code = "\"hello\" `raw string\\nwith newline` \"with \\\"escape\\\"\""
71
lexer = GoLexer(code)
72
tokens = lexer.tokenize()
73
expected = [
0 commit comments