diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-06-09 15:52:31 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-06-09 15:52:31 +0200 |
| commit | c65aaa9137aaefe37df7e87602a9ab25cb72c975 (patch) | |
| tree | e889cc39cc5b0ec92e0bd651a00d3a4874f7f00b /tests/typ/compiler | |
| parent | ad41482b70b4193563d00ddf10375fdc0d54d1b4 (diff) | |
Undo regex type rename
Unnecessary breaking change for now
Diffstat (limited to 'tests/typ/compiler')
| -rw-r--r-- | tests/typ/compiler/show-node.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/show-node.typ b/tests/typ/compiler/show-node.typ index 2815dae8..27a4b6a9 100644 --- a/tests/typ/compiler/show-node.typ +++ b/tests/typ/compiler/show-node.typ @@ -96,7 +96,7 @@ Hey = Heading --- -// Error: 7-10 expected function, label, string, regex, symbol, or selector, found color +// Error: 7-10 expected function, label, string, regular expression, symbol, or selector, found color #show red: [] --- |
