File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -242,9 +242,9 @@ export const standardTypeTests: Test[] = [
242
242
1,2,3
243
243
4,5,6
244
244
"""
245
-
245
+
246
246
def csv = load_csv[config]
247
-
247
+
248
248
def output(p) = csv(_, p, _)
249
249
` ,
250
250
typeDefs : [
@@ -579,7 +579,7 @@ export const standardTypeTests: Test[] = [
579
579
{
580
580
name : 'UUID' ,
581
581
query : `
582
- with rel:base use uuid_from_string
582
+ from ::std::common import uuid_from_string
583
583
def output = uuid_from_string["22b4a8a1-e548-4eeb-9270-60426d66a48e"]
584
584
` ,
585
585
typeDefs : [
@@ -593,7 +593,7 @@ export const standardTypeTests: Test[] = [
593
593
{
594
594
name : 'SHA1' ,
595
595
query : `
596
- with rel:base use ^SHA1
596
+ from ::std::common import ^SHA1
597
597
def output = ^SHA1[0x0d7d4a744fd92effd1ed88e48ac8231e, 0x7f7e9e6c]
598
598
` ,
599
599
typeDefs : [
@@ -1916,7 +1916,7 @@ export const valueTypeTests: Test[] = [
1916
1916
a,b,c
1917
1917
1,2,3
1918
1918
"""
1919
-
1919
+
1920
1920
def csv = load_csv[config]
1921
1921
def v(p) = csv(_, p, _)
1922
1922
value type MyType = Int, FilePos
@@ -3339,7 +3339,7 @@ export const valueTypeSpecializationTests: Test[] = [
3339
3339
a,b,c
3340
3340
1,2,3
3341
3341
"""
3342
-
3342
+
3343
3343
def csv = load_csv[config]
3344
3344
def f(p) = csv(_, p, _)
3345
3345
value type MyType = FilePos, Int
You can’t perform that action at this time.
0 commit comments