We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440fe80 commit 4c966f2Copy full SHA for 4c966f2
csharp/ql/test/library-tests/csharp11/Strings.cs
@@ -44,5 +44,16 @@ public void M3()
44
45
// UTF-16 encoded.
46
var y = "AUTH16: ";
47
+
48
+ // UTF-8 encoded vertabim.
49
+ var z = @"AUTH8:
50
+ <username> "u8;
51
52
+ // UTF-8 encoded raw literal.
53
+ var w = """
54
+ The nested message
55
+ is UTF-8 encoded and
56
+ spans multiple lines.
57
+ """u8;
58
}
59
0 commit comments