(t testing.TB, buf *bytes.Buffer, querySource string)
| 74 | } |
| 75 | |
| 76 | func RunQueryBSUP(t testing.TB, buf *bytes.Buffer, querySource string) []super.Value { |
| 77 | sctx := super.NewContext() |
| 78 | readers := []sio.Reader{bsupio.NewReader(sctx, buf)} |
| 79 | defer sio.CloseReaders(readers) |
| 80 | return RunQuery(t, sctx, readers, querySource, func(_ demand.Demand) {}) |
| 81 | } |
| 82 | |
| 83 | func RunQueryCSUP(t testing.TB, buf *bytes.Buffer, querySource string) []super.Value { |
| 84 | sctx := super.NewContext() |