Skip to content

Commit 7795d9e

Browse files
committed
refine the test case
1 parent 0e199e4 commit 7795d9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mlir/test/mlir-tblgen/op-python-bindings.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ def DeriveResultTypesVariadicOp : TestOp<"derive_result_types_variadic_op", [Fir
263263
// CHECK: test.yield
264264
// CHECK: }
265265
// CHECK: ```
266+
// CHECK: Add \"\"\" will not terminate the description.
266267
// CHECK: """
267268
def DescriptionOp : TestOp<"description"> {
268269
let description = [{
@@ -275,6 +276,7 @@ def DescriptionOp : TestOp<"description"> {
275276
test.yield
276277
}
277278
```
279+
Add """ will not terminate the description.
278280
}];
279281
}
280282

0 commit comments

Comments
 (0)