diff options
| author | Enrico Tassi | 2019-06-14 11:38:28 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2019-06-18 16:08:41 +0200 |
| commit | ffc3923083597300b23a99fdc55993431cf5fc57 (patch) | |
| tree | dcb82f3f78cd7dd86db00747eda3eee07f0e6c90 /test-suite/misc/quotation_token/_CoqProject | |
| parent | 2e13fffea256312cd42a1bea221ae24ffda0fa28 (diff) | |
[lexer] correctly update line number when lexing QUOTATION (fix #10350)
Diffstat (limited to 'test-suite/misc/quotation_token/_CoqProject')
| -rw-r--r-- | test-suite/misc/quotation_token/_CoqProject | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/misc/quotation_token/_CoqProject b/test-suite/misc/quotation_token/_CoqProject new file mode 100644 index 0000000000..1b3e7c6399 --- /dev/null +++ b/test-suite/misc/quotation_token/_CoqProject @@ -0,0 +1,6 @@ +-Q theories Quotation +-I src + +src/quotation.mlg +src/quotation_plugin.mlpack +theories/quotation.v |
