@@ -1404,7 +1404,6 @@ export const specializationTests: Test[] = [
14041404 {
14051405 name : 'UUID' ,
14061406 query : `
1407- with rel:base use uuid_from_string
14081407 def v = uuid_from_string["22b4a8a1-e548-4eeb-9270-60426d66a48e"]
14091408 def output = #(v)
14101409 ` ,
@@ -1423,7 +1422,6 @@ export const specializationTests: Test[] = [
14231422 {
14241423 name : 'SHA1' ,
14251424 query : `
1426- with rel:base use ^SHA1
14271425 def v = ^SHA1[0x0d7d4a744fd92effd1ed88e48ac8231e, 0x7f7e9e6c]
14281426 def output = #(v)
14291427 ` ,
@@ -2568,7 +2566,6 @@ export const valueTypeTests: Test[] = [
25682566 {
25692567 name : 'UUID' ,
25702568 query : `
2571- with rel:base use uuid_from_string, UUID
25722569 def uuid = uuid_from_string["22b4a8a1-e548-4eeb-9270-60426d66a48e"]
25732570 value type MyType = Int, UUID
25742571 def output = ^MyType[1, uuid]
@@ -2596,7 +2593,6 @@ export const valueTypeTests: Test[] = [
25962593 {
25972594 name : 'SHA1' ,
25982595 query : `
2599- with rel:base use ^SHA1, SHA1
26002596 def sha1 = ^SHA1[0x0d7d4a744fd92effd1ed88e48ac8231e, 0x7f7e9e6c]
26012597 value type MyType = Int, SHA1
26022598 def output = ^MyType[1, sha1]
@@ -4145,7 +4141,6 @@ export const valueTypeSpecializationTests: Test[] = [
41454141 {
41464142 name : 'UUID' ,
41474143 query : `
4148- with rel:base use uuid_from_string, UUID
41494144 def uuid = uuid_from_string["22b4a8a1-e548-4eeb-9270-60426d66a48e"]
41504145 value type MyType = UUID, Int
41514146 def v = ^MyType[uuid, 1]
@@ -4178,7 +4173,6 @@ export const valueTypeSpecializationTests: Test[] = [
41784173 {
41794174 name : 'SHA1' ,
41804175 query : `
4181- with rel:base use ^SHA1, SHA1
41824176 def sha1 = ^SHA1[0x0d7d4a744fd92effd1ed88e48ac8231e, 0x7f7e9e6c]
41834177 value type MyType = SHA1, Int
41844178 def v = ^MyType[sha1, 1]
0 commit comments