From 5a1648a57cb083668f460a3bfb3d9774f7a4fa15 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 15 Jan 1999 16:02:34 +0000 Subject: Test file for long lines with backslashes. --- etc/isa/long-line-backslash.ML | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 etc/isa/long-line-backslash.ML diff --git a/etc/isa/long-line-backslash.ML b/etc/isa/long-line-backslash.ML new file mode 100644 index 00000000..8c2967b6 --- /dev/null +++ b/etc/isa/long-line-backslash.ML @@ -0,0 +1,20 @@ +(* + + long-line-backslash.ML + + Test for long lines with backslashes in them. + Cause problem with pty communication where line length + is limited to 256 characters sometimes (e.g. on Solaris). + +*) + +val nasty_string="///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////"; + +(* Test subsequent commands can be processed *) + +val one = 1; +val two = 2; +val three = 3; + +(* Test something with eager annotations *) + -- cgit v1.2.3