diff options
Diffstat (limited to '')
-rw-r--r-- | t/foo/foo-123/expected/foo.out | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/foo/foo-123/expected/foo.out b/t/foo/foo-123/expected/foo.out new file mode 100644 index 0000000..62afef7 --- /dev/null +++ b/t/foo/foo-123/expected/foo.out @@ -0,0 +1,8 @@ +CREATE EXTENSION foo; +SELECT foo(); + foo +----- + bar +(1 row) + +DROP EXTENSION foo; |