diff options
| author | Ryo Nihei <nihei.dev@gmail.com> | 2021-07-28 21:55:43 +0900 |
|---|---|---|
| committer | Ryo Nihei <nihei.dev@gmail.com> | 2021-07-28 21:55:43 +0900 |
| commit | c7ae8cd1d33d6b82d022628112ceb6c64d37194a (patch) | |
| tree | 6c72a83e64e27a88200e7651956061fcf8d0a74e /spec/lexspec.json | |
| parent | Detect duplicate production errors (diff) | |
| download | cotia-c7ae8cd1d33d6b82d022628112ceb6c64d37194a.tar.gz cotia-c7ae8cd1d33d6b82d022628112ceb6c64d37194a.tar.xz | |
Count the number of each line in consecutive lines
Diffstat (limited to 'spec/lexspec.json')
| -rw-r--r-- | spec/lexspec.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lexspec.json b/spec/lexspec.json index d95d31a..12bbee7 100644 --- a/spec/lexspec.json +++ b/spec/lexspec.json @@ -31,7 +31,7 @@ }, { "kind": "newline", - "pattern": "\\f{newline}+" + "pattern": "\\f{newline}" }, { "kind": "line_comment", |
