abcxyz / abc

Apache License 2.0
12 stars 3 forks source link

Rewrite examples to print to stdout instead of appending to out.txt #424

Closed drevell closed 6 months ago

drevell commented 8 months ago

Now that #410 has been implemented, we can fix some of the awkwardness in our examples. Currently, we use the pattern of appending to an out.txt file to demonstrate the values that are produced. Now that we implemented #410, we can just print the example values to stdout, and the golden test framework will verify that stdout matches the expected values.

Steps: