diff --git a/bin/test.xml b/bin/test.xml deleted file mode 100644 index 6d74a97..0000000 --- a/bin/test.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - Variable Contents - - - - - echo this could be a whole batch script or just one command - - - print("this could be a whole python script or just one call") - - - echo "this could be a whole sh script or just one command" - - - echo "this could be a whole powershell script or just one command" - - - - - dist/* - - dist/ - - - \ No newline at end of file diff --git a/example.xml b/example.xml new file mode 100644 index 0000000..c9c010c --- /dev/null +++ b/example.xml @@ -0,0 +1,29 @@ + + + Variable Contents + + + + + + + echo this could be a whole batch script or just one command + + + print("this could be a whole python script or just one call") + + + echo "this could be a whole sh script or just one command" + + + echo "this could be a whole powershell script or just one command" + + + + a/single/file + ^a\/file\/with\/regex.*$ + + a/*/bunch/**/of/files.* + + + \ No newline at end of file diff --git a/src/test.xml b/src/test.xml deleted file mode 100644 index 6d74a97..0000000 --- a/src/test.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - Variable Contents - - - - - echo this could be a whole batch script or just one command - - - print("this could be a whole python script or just one call") - - - echo "this could be a whole sh script or just one command" - - - echo "this could be a whole powershell script or just one command" - - - - - dist/* - - dist/ - - - \ No newline at end of file