#!/usr/bin/env sh
#
# Regenerates the expected output in each tests/expected/*.out file.
#
# Each file holds three lines:
# 1. the input, in cql2-text or cql2-json
# 2. the expected cql2-text output
# 3. the expected cql2-json output
#
# Only lines 2 and 3 are rewritten. The input is preserved byte for byte, so the diff shows nothing
# but the change in output.
tests=
root=
cql2="/target/debug/cql2"
for; do
input=
text=
json=
done