diff options
Diffstat (limited to 'test-suite/misc/quotation_token/theories/quotation.v')
| -rw-r--r-- | test-suite/misc/quotation_token/theories/quotation.v | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test-suite/misc/quotation_token/theories/quotation.v b/test-suite/misc/quotation_token/theories/quotation.v new file mode 100644 index 0000000000..66326e89c1 --- /dev/null +++ b/test-suite/misc/quotation_token/theories/quotation.v @@ -0,0 +1,13 @@ + +Declare ML Module "quotation_plugin". + +Definition x := foobar:{{ hello + there +}}. + +Definition y := foobar:{{ another + multi line + thing +}}. +Check foobar:{{ oops + ips }} y. |
