add small script which converts code to a format for testrunner testcases.
This commit is contained in:
parent
158238ad4b
commit
315d50271a
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
cat $1 | sed s@\"@\\\\\"@g | sed s@^@\"@ | sed s@\$@\\\\n\"@ | sed 's@\t@ @g'
|
Loading…
Reference in New Issue