tests/test-commit-interactive.t
changeset 40205 89ba51c3e4f1
parent 39707 5abc47d4ca6b
child 41454 d1d3094b54f9
--- a/tests/test-commit-interactive.t	Mon Oct 08 10:45:36 2018 +0900
+++ b/tests/test-commit-interactive.t	Mon Oct 08 10:30:59 2018 +0900
@@ -338,7 +338,7 @@
 
 Record showfunc should preserve function across sections
 
-  $ cat > f1.py <<EOF
+  $ cat > f1.py <<NO_CHECK_EOF
   > def annotate(ui, repo, *pats, **opts):
   >     """show changeset information by line for each file
   > 
@@ -372,10 +372,10 @@
   >     .. container:: verbose
   > 
   >     Valid types are:
-  > EOF
+  > NO_CHECK_EOF
   $ hg add f1.py
   $ hg commit -m funcs
-  $ cat > f1.py <<EOF
+  $ cat > f1.py <<NO_CHECK_EOF
   > def annotate(ui, repo, *pats, **opts):
   >     """show changeset information by line for each file
   > 
@@ -405,7 +405,7 @@
   >     .. container:: verbose
   > 
   >     Valid types are:
-  > EOF
+  > NO_CHECK_EOF
   $ hg commit -i -m interactive <<EOF
   > y
   > y