mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
Now that parser outputs expressions it's much easier to check whether expression printer works correctly. We can prepare a bunch of strings which will be parsed and then printed back to string. Then we can compare those strings. It's much easier than creating expresions to print manually. The only downside is that this tests only unprepared version of expression, so instead of column_value there will be unresolved identifier, insted of constant untyped_constant etc. Signed-off-by: cvybhu <jan.ciolek@scylladb.com>