[1mDiff[0m [31m< left[0m / [32mright >[0m :
 ## This file is a poorly formatted WDL file
[31m<## The intention of this test is to show how the format --check command will just output[0m[1;48;5;52;31m [0m
[32m>## The intention of this test is to show how the format --check command will just output[0m
 ## how it would format the WDL file in stdout without overwriting the file
 
[31m<[0m[1;48;5;52;31m    [0m[31mversion 1.2[0m
[32m>version 1.2[0m
 
[31m<[0m
 workflow test {
[31m<                            input {[0m
[31m<            Int x[0m
[31m<        }[0m
[32m>    input {[0m
[32m>        Int x[0m
[32m>    }[0m
 }
[32m>[0m
