CS-Notes/docs/_style/prism-master/tests/languages/csharp/issue1091.test

12 lines
245 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
@"file:///"
----------------------------------------------------
[
["string", "@\"file:///\""]
]
----------------------------------------------------
Checks that three slashes inside a string do not break highlighting.
See #1091.