@malloydata/malloy 0.0.94-dev231007180531 → 0.0.94-dev231013165652

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -269,6 +269,7 @@ describe('literals', () => {
269
269
  const x = new test_translator_1.BetaExpression('"""x"""');
270
270
  expect(x).toParse();
271
271
  });
272
+ test('a string containing a tab', () => expect((0, test_translator_1.expr) `'\t'`).toParse());
272
273
  });
273
274
  });
274
275
  //# sourceMappingURL=literals.spec.js.map
@@ -923,4 +923,5 @@ describe('m3/m4 source query sentences', () => {
923
923
  `).toTranslate();
924
924
  });
925
925
  });
926
+ test('non breaking space in source', () => expect('source:\u00a0z\u00a0is\u00a0a').toParse());
926
927
  //# sourceMappingURL=parse.spec.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloy",
3
- "version": "0.0.94-dev231007180531",
3
+ "version": "0.0.94-dev231013165652",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",