texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[7512] test_brace_count.t disable some tests


From: gavinsmith0123
Subject: [7512] test_brace_count.t disable some tests
Date: Tue, 15 Nov 2016 18:49:01 +0000 (UTC)

Revision: 7512
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7512
Author:   gavin
Date:     2016-11-15 18:49:01 +0000 (Tue, 15 Nov 2016)
Log Message:
-----------
test_brace_count.t disable some tests

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/t/test_brace_count.t

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-11-14 23:42:24 UTC (rev 7511)
+++ trunk/ChangeLog     2016-11-15 18:49:01 UTC (rev 7512)
@@ -1,3 +1,7 @@
+2016-11-15  Gavin Smith  <address@hidden>
+
+       * tp/t/test_brace_count.t: Disable some tests.
+
 2016-11-14  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/Common.pm (_count_opened_tree_braces): Don't

Modified: trunk/tp/t/test_brace_count.t
===================================================================
--- trunk/tp/t/test_brace_count.t       2016-11-14 23:42:24 UTC (rev 7511)
+++ trunk/tp/t/test_brace_count.t       2016-11-15 18:49:01 UTC (rev 7512)
@@ -2,7 +2,7 @@
 
 use Test::More;
 use File::Spec;
-BEGIN { plan tests => 11;
+BEGIN { plan tests => 7;
         if (defined($ENV{'top_srcdir'})) {
           unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');
           my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 
'maintain');
@@ -59,9 +59,12 @@
   }
 }
 
-run_test('@code{(sdffsd)} other @code{(gg} ))', 1, 0, 'brace in code');
-run_test('@code{(sdffsd)) aaa}', 1, 0, 'too much braces');
-run_test(' aaa) @asis{)}  @code{( (}', 2, 0, 'more reopened');
-run_test(' aaa) @asis{}  @code{( (}', 2, 3, 'still open');
+# Note: these tests are disabled because the code doesn't look at
+# parentheses nested inside commands anymore.
 
+# run_test('@code{(sdffsd)} other @code{(gg} ))', 1, 0, 'brace in code');
+# run_test('@code{(sdffsd)) aaa}', 1, 0, 'too much braces');
+# run_test(' aaa) @asis{)}  @code{( (}', 2, 0, 'more reopened');
+# run_test(' aaa) @asis{}  @code{( (}', 2, 3, 'still open');
 
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]