Skip to content

Commit fa50d4b

Browse files
committed
test: add manual fixture for regexes
1 parent b25bf68 commit fa50d4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/highlight/embedded.res

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ let inc = %raw(`function(x) {return x + 1;}`)
1313

1414
// :TSInstall graphql
1515
let gql = %graphql(`{ hero { name } }`)
16+
17+
// :TSInstall regex
18+
let re = %re(`^[A-Z][a-z0-9]*$`)

0 commit comments

Comments
 (0)