diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2025-04-14 16:07:15 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2025-04-15 11:46:04 +0000 |
| commit | b7285264646c21702afa7317ed90a0d6c06814f8 (patch) | |
| tree | 341fb1bea72994fb800a62b79755dc89eaf078ff /pkg/ast/testdata | |
| parent | 9b260b0e8a71a22a5fee1bfe673ecc134f6fc4df (diff) | |
tools/syz-declextract: ignore files with non US-ASCII chars
Diffstat (limited to 'pkg/ast/testdata')
| -rw-r--r-- | pkg/ast/testdata/errors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/ast/testdata/errors.txt b/pkg/ast/testdata/errors.txt index a8a4aa197..0d8488134 100644 --- a/pkg/ast/testdata/errors.txt +++ b/pkg/ast/testdata/errors.txt @@ -20,7 +20,7 @@ int_flags4 = 1, -2- ### bad integer "-2-" str_flags0 = "foo", "bar" str_flags1 = "non terminated ### string literal is not terminated -str_flags2 = "bad chars здесь" ### illegal character U+00D0 'Ð' in string literal +str_flags2 = "bad chars здесь" ### illegal character U+00D0 'Ð' in string literal "bad chars здесь" str_flags3 = "string", not a string ### unexpected identifier, expecting '\n' str_flags4 = "string", 42 ### unexpected int, expecting string, hex string, identifier str_flags5 = `x` ### bad hex string literal: encoding/hex: invalid byte: U+0078 'x' |
