Skip to content

Commit c6e9561

Browse files
committed
fixes
1 parent 599daa6 commit c6e9561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lexers/test_golexer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_go_numbers():
6767
assert_tokens_equal(tokens, expected)
6868

6969
def test_go_strings():
70-
code = "\"hello\" `raw string\nwith newline` \"with \\"escape\\"\""
70+
code = "\"hello\" `raw string\\nwith newline` \"with \\\"escape\\\"\""
7171
lexer = GoLexer(code)
7272
tokens = lexer.tokenize()
7373
expected = [

0 commit comments

Comments
 (0)