co9olguy / qdata

1 stars 3 forks source link

E2e tests #21

Closed co9olguy closed 3 years ago

co9olguy commented 3 years ago

@josh146 I've updated the repo so that most tests pass. The full end-to-end tests still need a few adjustments in order to do a fair comparison (there are still some cases where the programs are equivalent, but the serialized output differs from the input, due to flexibility in the spec)

co9olguy commented 3 years ago

Specifically, differences in where curly braces appear (inline or on a new line) still have to be handled properly

thisac commented 3 years ago

@co9olguy @josh146 I've merged my branch into this one, so I believe it's also ready to be merged; unless we want to add something else to this one as well. It contained more tests/changes than the ones I added.