Skip to content

Commit

Permalink
Expect syntax-error
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Jul 14, 2024
1 parent a8634a7 commit 6e135fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/data/messages/a/anomalous-backslash-in-string/bad.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
string = "\z" # [anomalous-backslash-in-string]
string = "\z" # [syntax-error]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
print(b"\u%b" % b"0394") # [anomalous-unicode-escape-in-string]
print(b"\u%b" % b"0394") # [syntax-error]

0 comments on commit 6e135fa

Please sign in to comment.