From 01eaa897436fbaac1ef6c9a5d807793a36b0ba44 Mon Sep 17 00:00:00 2001 From: David Allsopp Date: Thu, 7 Jun 2018 13:28:44 +0100 Subject: [PATCH] Mark various expect tests as long-line Using continuation characters makes less sense for these tests (the previous .reference files were permitted to have long-line). --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitattributes b/.gitattributes index ba27f438c..96c777f95 100644 --- a/.gitattributes +++ b/.gitattributes @@ -93,6 +93,13 @@ testsuite/tools/*.S ocaml-typo=missing-header testsuite/tools/*.asm ocaml-typo=missing-header testsuite/typing ocaml-typo=missing-header +# Expect tests with overly long lines of expected output +testsuite/tests/parsing/docstrings.ml ocaml-typo=long-line,very-long-line,missing-header +testsuite/tests/typing-objects/Exemples.ml ocaml-typo=long-line,missing-header +testsuite/tests/typing-modules/firstclass.ml ocaml-typo=long-line,missing-header +testsuite/tests/typing-gadts/test.ml ocaml-typo=long-line,missing-header +testsuite/tests/typing-gadts/pr7160.ml ocaml-typo=long-line,missing-header + tools/magic ocaml-typo=missing-header yacc/*.[ch] ocaml-typo=long-line,very-long-line,unused-prop