@malloydata/malloy 0.0.84-dev230920141302 → 0.0.85-dev230920161552
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.
|
@@ -197,7 +197,10 @@ describe('source:', () => {
|
|
|
197
197
|
test('except multi', () => {
|
|
198
198
|
expect('source: c is a { except: astr, af }').toTranslate();
|
|
199
199
|
});
|
|
200
|
-
test('
|
|
200
|
+
test('turtle in a source can be called view', () => {
|
|
201
|
+
expect('source: c is a {view: q is { group_by: astr } }').toTranslate();
|
|
202
|
+
});
|
|
203
|
+
test('turtle in source can be called query', () => {
|
|
201
204
|
expect('source: c is a {query: q is { group_by: astr } }').toTranslate();
|
|
202
205
|
});
|
|
203
206
|
test('refined explore-query', () => {
|