Add ex079 quoted identifiers
This commit is contained in:
parent
22ac3628a1
commit
de584dcd71
4 changed files with 48 additions and 0 deletions
12
patches/patches/079_quoted_identifiers.patch
Normal file
12
patches/patches/079_quoted_identifiers.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
23,24c23,24
|
||||
< const 55_cows: i32 = 55;
|
||||
< const isn't true: bool = false;
|
||||
---
|
||||
> const @"55_cows": i32 = 55;
|
||||
> const @"isn't true": bool = false;
|
||||
27,28c27,28
|
||||
< 55_cows,
|
||||
< isn't true,
|
||||
---
|
||||
> @"55_cows",
|
||||
> @"isn't true",
|
||||
Loading…
Add table
Add a link
Reference in a new issue