diff --git a/.gitattributes b/.gitattributes index 9832b06e98..16f4b10789 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15206,6 +15206,7 @@ tests/webtbs/tw30208.pp svneol=native#text/pascal tests/webtbs/tw3023.pp svneol=native#text/plain tests/webtbs/tw30240.pp svneol=native#text/plain tests/webtbs/tw3028.pp svneol=native#text/plain +tests/webtbs/tw30310.pp svneol=native#text/plain tests/webtbs/tw30329.pp -text svneol=native#text/plain tests/webtbs/tw30357.pp svneol=native#text/pascal tests/webtbs/tw3038.pp svneol=native#text/plain diff --git a/tests/webtbs/tw30310.pp b/tests/webtbs/tw30310.pp new file mode 100644 index 0000000000..ac064b390c --- /dev/null +++ b/tests/webtbs/tw30310.pp @@ -0,0 +1,4 @@ + +begin + get_cmdline; +end. \ No newline at end of file