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 f3930de commit 83b1057Copy full SHA for 83b1057
mlir/test/IR/pretty-resources-print.mlir
@@ -12,7 +12,7 @@
12
// CHECK: {-#
13
// CHECK-NEXT: external_resources: {
14
// CHECK-NEXT: external: {
15
-// CHECK-NEXT: bool: true,
+// CHECK-NEXT: "backslash\\tab\09": true,
16
// CHECK-NEXT: string: "\22string\22"
17
// CHECK-NEXT: },
18
// CHECK-NEXT: other_stuff: {
@@ -31,8 +31,8 @@
31
external_resources: {
32
external: {
33
blob: "0x08000000010000000000000002000000000000000300000000000000",
34
- bool: true,
35
- string: "\"string\"" // with escape characters
+ "backslash\\tab\09": true, // quoted key with escape characters
+ string: "\"string\"" // string with escape characters
36
},
37
other_stuff: {
38
bool: true
0 commit comments