update test fixtures (#13440)

* update test fixtures

* chore: typo
This commit is contained in:
Huáng Jùnliàng 2021-06-09 11:48:29 -04:00 committed by GitHub
parent b9c1884a58
commit d3f4c22c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// The token context is used to track whether `}` matches
// a template quasi `${` or other tokens containing `{`:
// namely tt.braceL and tt.dollarBraceL
// namely tt.braceL `{` and tt.braceHashL `#{`
import { types as tt } from "./types";

View File

@ -37,7 +37,7 @@
{
"type": {
"label": "}",
"beforeExpr": false,
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,