i miss file-watch
This commit is contained in:
parent
2ed58e3659
commit
086dfb1f1e
@ -772,7 +772,7 @@ testInclusion = do
|
|||||||
"SELECT ((? -> ?) <@ ?)\nFROM \"Json\"\n"
|
"SELECT ((? -> ?) <@ ?)\nFROM \"Json\"\n"
|
||||||
[ PersistLiteralEscaped "{\"a\":[{\"b\":true}]}"
|
[ PersistLiteralEscaped "{\"a\":[{\"b\":true}]}"
|
||||||
, PersistText "a"
|
, PersistText "a"
|
||||||
, PersistLiteralEscaped encoded'
|
, PersistLiteralEscaped encoded
|
||||||
]
|
]
|
||||||
it "works as expected" $ run $ do
|
it "works as expected" $ run $ do
|
||||||
x <- selectJSONwhere $ \v -> v <@. jsonbVal (toJSON [Number 1])
|
x <- selectJSONwhere $ \v -> v <@. jsonbVal (toJSON [Number 1])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user