summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/files/neg/xmltruncated1.check2
-rw-r--r--test/files/neg/xmltruncated2.check2
-rw-r--r--test/files/neg/xmltruncated3.check2
-rw-r--r--test/files/neg/xmltruncated4.check2
-rw-r--r--test/files/neg/xmltruncated5.check2
-rw-r--r--test/files/neg/xmltruncated6.check2
6 files changed, 6 insertions, 6 deletions
diff --git a/test/files/neg/xmltruncated1.check b/test/files/neg/xmltruncated1.check
index 7b2a7aed6c..0014ef4011 100644
--- a/test/files/neg/xmltruncated1.check
+++ b/test/files/neg/xmltruncated1.check
@@ -1,4 +1,4 @@
-xmltruncated1.scala:3: error: Input ended while parsing XML
+xmltruncated1.scala:3: error: input ended while parsing XML
^
one error found
diff --git a/test/files/neg/xmltruncated2.check b/test/files/neg/xmltruncated2.check
index fdb7fdf2e3..cb7949d25f 100644
--- a/test/files/neg/xmltruncated2.check
+++ b/test/files/neg/xmltruncated2.check
@@ -1,4 +1,4 @@
-xmltruncated2.scala:3: error: Input ended while parsing XML
+xmltruncated2.scala:3: error: input ended while parsing XML
^
one error found
diff --git a/test/files/neg/xmltruncated3.check b/test/files/neg/xmltruncated3.check
index 483becbc67..3c7e31912f 100644
--- a/test/files/neg/xmltruncated3.check
+++ b/test/files/neg/xmltruncated3.check
@@ -1,4 +1,4 @@
-xmltruncated3.scala:3: error: Input ended while parsing XML
+xmltruncated3.scala:3: error: input ended while parsing XML
^
one error found
diff --git a/test/files/neg/xmltruncated4.check b/test/files/neg/xmltruncated4.check
index 776dc81704..c78c222ca7 100644
--- a/test/files/neg/xmltruncated4.check
+++ b/test/files/neg/xmltruncated4.check
@@ -1,4 +1,4 @@
-xmltruncated4.scala:3: error: Input ended while parsing XML
+xmltruncated4.scala:3: error: input ended while parsing XML
^
one error found
diff --git a/test/files/neg/xmltruncated5.check b/test/files/neg/xmltruncated5.check
index 95f461c24c..d6f5742eab 100644
--- a/test/files/neg/xmltruncated5.check
+++ b/test/files/neg/xmltruncated5.check
@@ -1,4 +1,4 @@
-xmltruncated5.scala:4: error: Input ended while parsing XML
+xmltruncated5.scala:4: error: input ended while parsing XML
^
one error found
diff --git a/test/files/neg/xmltruncated6.check b/test/files/neg/xmltruncated6.check
index 7e1346ae4d..82d62cae5a 100644
--- a/test/files/neg/xmltruncated6.check
+++ b/test/files/neg/xmltruncated6.check
@@ -1,7 +1,7 @@
xmltruncated6.scala:2: error: ';' expected but eof found.
val stuff = <a>{ "no closing brace"
^
-xmltruncated6.scala:3: error: Input ended while parsing XML
+xmltruncated6.scala:3: error: input ended while parsing XML
^
two errors found