rust/crates/syntax/src
bors d1c9775171 Auto merge of #13568 - noritada:fix/len-of-byte-string-with-escaped-newlines, r=Veykril
Fix the length displayed for byte string literals with escaped newlines

This is a fix for the problem I reported earlier: "the length of byte strings containing escaped newlines is displayed two bytes longer when the first escaped character is a newline".

I would appreciate it if you could review the fix.
Many thanks.

Closes #13567
2022-11-07 15:04:40 +00:00
..
ast Add test code for unescaping byte strings 2022-11-07 23:39:02 +09:00
parsing dead code 2021-12-28 19:13:30 +03:00
tests Fix typos 2022-11-07 12:54:12 +02:00
validation Add semicolons for consistency 2021-10-03 23:39:43 +11:00
algo.rs internal: Bump Dependencies 2022-06-10 17:30:02 +02:00
ast.rs Preserve order of generic args 2022-03-04 11:46:14 +03:30
fuzz.rs remove imports that are also in edition 2021's prelude 2022-08-09 01:16:32 +02:00
hacks.rs fix: a bunch of typos 2022-08-17 21:44:58 +08:00
lib.rs Simplify 2022-10-19 21:17:11 +02:00
parsing.rs dead code 2021-12-28 19:13:30 +03:00
ptr.rs internal: Don't parse files unnecessarily in scope_for_offset 2022-07-23 00:50:59 +02:00
syntax_error.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
syntax_node.rs Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00
ted.rs Add semicolons for consistency 2021-10-03 23:39:43 +11:00
tests.rs Move cfg attrs up to the mod definitions to disable sourcegen 2022-07-24 10:38:34 +02:00
token_text.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
utils.rs Better strip turbofishes 2021-03-08 23:59:39 +02:00
validation.rs Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00