lang: Rename old fail8 variable to failInterpolate

Eight... Interpolate?

Cleanups...
This commit is contained in:
James Shubin
2021-05-08 04:30:17 -04:00
parent f778f53744
commit a02d282d3e
5 changed files with 29 additions and 35 deletions

View File

@@ -1 +1 @@
# err: err8: parser failed: cannot parse string: X: ${foo()}
# err: errInterpolate: parser failed: cannot parse string: X: ${foo()}

View File

@@ -1 +1 @@
# err: err8: parser failed: cannot parse string: X: ${}
# err: errInterpolate: parser failed: cannot parse string: X: ${}

View File

@@ -1 +1 @@
# err: err8: parser failed: cannot parse string: X: \z
# err: errInterpolate: parser failed: cannot parse string: X: \z

View File

@@ -1 +1 @@
# err: err8: parser failed: cannot parse string: X: there is no \j sequence
# err: errInterpolate: parser failed: cannot parse string: X: there is no \j sequence