mirror of https://github.com/kdl-org/kdl.git
Document the vertical tab addition.
This commit is contained in:
parent
3b39e29fee
commit
568c096465
|
|
@ -6,7 +6,8 @@
|
||||||
|
|
||||||
* Solidus/Forward slash (`/`) is no longer an escaped character.
|
* Solidus/Forward slash (`/`) is no longer an escaped character.
|
||||||
* Single line comments (`//`) can now be immediately followed by a newline.
|
* Single line comments (`//`) can now be immediately followed by a newline.
|
||||||
* All literal whitespace following a `\` in a string is now discarded.
|
* All literal whitespace following a `\` in a string is now discarded.
|
||||||
|
* Vertical tabs (`U+000B`) are now considered to be whitespace.
|
||||||
|
|
||||||
### KQL
|
### KQL
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue