MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / x

Function x

app/tests/query2sql.test.ts:114–121  ·  view source on GitHub ↗
(actual: string, expected: string)

Source from the content-addressed store, hash-verified

112
113describe('delimiter special characters', () => {
114 async function x(actual: string, expected: string) {
115 await assertEqual(
116 actual,
117 String.raw`x1.z IS NOT NULL`,
118 { x1: String.raw`(noteValueFts.normalized GLOB '${expected}')` },
119 1,
120 )
121 }
122 test('normal', async () => {
123 await x(
124 String.raw`"foo"`, //

Callers 1

query2sql.test.tsFile · 0.85

Calls 1

assertEqualFunction · 0.85

Tested by

no test coverage detected