]> gitweb.michael.orlitzky.com - hath.git/blob - test/shell/manpage-normalize.test
Document and test the new --normalize flag.
[hath.git] / test / shell / manpage-normalize.test
1 # Test the --normalize examples from the man page.
2
3 # The "control group" example.
4 echo 127.0.0.1/8 | dist/build/hath/hath reduced
5 >>>
6 127.0.0.1/8
7 >>>= 0
8
9 # The --normalize flag in action.
10 echo 127.0.0.1/8 | dist/build/hath/hath reduced --normalize
11 >>>
12 127.0.0.0/8
13 >>>= 0