diff options
author | Aleksey Kladov <[email protected]> | 2019-07-24 10:38:21 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-07-24 10:49:19 +0100 |
commit | 459241f272748ff2e57b2c7e84f5a04f78d67edb (patch) | |
tree | 2353f8f068962313d0b2748aab58b71c4ca456d2 /crates/ra_syntax/tests/data/lexer/0013_raw_strings.txt | |
parent | 4d544fbf9b664b6a29d358d3cb41cdd7cd15e4d6 (diff) |
move syntax tests to unit tests
Diffstat (limited to 'crates/ra_syntax/tests/data/lexer/0013_raw_strings.txt')
-rw-r--r-- | crates/ra_syntax/tests/data/lexer/0013_raw_strings.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_syntax/tests/data/lexer/0013_raw_strings.txt b/crates/ra_syntax/tests/data/lexer/0013_raw_strings.txt deleted file mode 100644 index 9cf0957d1..000000000 --- a/crates/ra_syntax/tests/data/lexer/0013_raw_strings.txt +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | RAW_STRING 36 "r###\"this is a r##\"raw\"## string\"###" | ||
2 | WHITESPACE 1 "\n" | ||