texinfo-commits
[Top][All Lists]
Advanced

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

[6790] quote_node_names test


From: Gavin D. Smith
Subject: [6790] quote_node_names test
Date: Sat, 21 Nov 2015 14:50:36 +0000

Revision: 6790
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6790
Author:   gavin
Date:     2015-11-21 14:50:34 +0000 (Sat, 21 Nov 2015)
Log Message:
-----------
quote_node_names test

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Makefile.am
    trunk/tp/t/plaintext_tests.t

Added Paths:
-----------
    trunk/tp/t/input_files/nodequote.texi
    trunk/tp/t/results/plaintext_tests/quote_node_names/
    trunk/tp/t/results/plaintext_tests/quote_node_names/res_plaintext/
    
trunk/tp/t/results/plaintext_tests/quote_node_names/res_plaintext/quote_node_names.txt

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-11-20 19:17:58 UTC (rev 6789)
+++ trunk/ChangeLog     2015-11-21 14:50:34 UTC (rev 6790)
@@ -1,3 +1,12 @@
+2015-11-21  Gavin Smith  <address@hidden>
+
+       * tp/t/plaintext.t (quote_node_names): New test.
+       * tp/t/input_files/nodequote.texi: Input file.
+       * tp/t/results/plaintext_tests/
+       quote_node_names/res_plaintext/quote_node_names.txt: Reference 
+       output file.
+       * tp/Makefile.am (test_files): Add nodequote.texi.
+
 2015-11-17  Gavin Smith  <address@hidden>
 
        * README-hacking: Mention problem with "make dist" and XS modules.

Modified: trunk/tp/Makefile.am
===================================================================
--- trunk/tp/Makefile.am        2015-11-20 19:17:58 UTC (rev 6789)
+++ trunk/tp/Makefile.am        2015-11-21 14:50:34 UTC (rev 6790)
@@ -169,6 +169,7 @@
  t/input_files/empty_lines_at_beginning_no_setfilename_no_element.texi \
  t/input_files/japanese_utf8.texi \
  t/input_files/japanese_shift_jis.texi \
+ t/input_files/nodequote.texi \
  t/input_files/non_break_spaces.texi \
  t/input_files/sample_utf8.texi \
  t/input_files/things_before_setfilename_no_element.texi \

Added: trunk/tp/t/input_files/nodequote.texi
===================================================================
--- trunk/tp/t/input_files/nodequote.texi                               (rev 0)
+++ trunk/tp/t/input_files/nodequote.texi       2015-11-21 14:50:34 UTC (rev 
6790)
@@ -0,0 +1,43 @@
address@hidden Top
address@hidden
+
address@hidden node, the::caption and a word}
address@hidden node, the::caption}
+
address@hidden:blah, the::caption and a word}
address@hidden:blah, the::caption}
+
address@hidden, the::caption and a word}
address@hidden, the::caption}.mrmrmrmmrmrmr
+
address@hidden:blah}
+
address@hidden@asis{secret,node}}
+
+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA @xref{blah:blah}.)
+
address@hidden
+* address@hidden:}blah::
+* the topic:address@hidden
+* normal node::
+* address@hidden:}label:@asis{secret,node}.
+
address@hidden menu
+
address@hidden blah:blah
address@hidden blah:blah
+
+stuff here.
+
address@hidden blumpty.fump
address@hidden blumpty.fump
+
address@hidden normal node
address@hidden normal node
+
address@hidden @asis{secret,node}
address@hidden @asis{secret,node}
+
address@hidden top secret node
+
+stuff here.

Modified: trunk/tp/t/plaintext_tests.t
===================================================================
--- trunk/tp/t/plaintext_tests.t        2015-11-20 19:17:58 UTC (rev 6789)
+++ trunk/tp/t/plaintext_tests.t        2015-11-21 14:50:34 UTC (rev 6790)
@@ -980,6 +980,11 @@
 ['east_asian_in_w',
 undef, {'test_file' => 'east_asian_in_w.texi'}
 ],
+['quote_node_names',
+undef, {'test_file' => 'nodequote.texi',},
+{'INFO_SPECIAL_CHARS_QUOTE' => 1,
+ 'INFO_SPECIAL_CHARS_WARNING' => 0,}
+],
 );
 
 foreach my $test (@test_cases) {

Added: 
trunk/tp/t/results/plaintext_tests/quote_node_names/res_plaintext/quote_node_names.txt
===================================================================
--- 
trunk/tp/t/results/plaintext_tests/quote_node_names/res_plaintext/quote_node_names.txt
                              (rev 0)
+++ 
trunk/tp/t/results/plaintext_tests/quote_node_names/res_plaintext/quote_node_names.txt
      2015-11-21 14:50:34 UTC (rev 6790)
@@ -0,0 +1,31 @@
+*Note the::caption and a word: normal node.  *Note the::caption:
+normal node.
+
+   *Note the::caption and a word: blah:blah.  *Note the::caption:
+blah:blah.
+
+   *Note the::caption and a word: blumpty.fump.  *Note the::caption:
+blumpty.fump.mrmrmrmmrmrmr
+
+   *Note blah:blah::
+
+   *Note secret,node::
+
+   AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA *Note
+blah:blah::.)
+
+1 blah:blah
+***********
+
+stuff here.
+
+2 blumpty.fump
+**************
+
+3 normal node
+*************
+
+4 secret,node
+*************
+
+stuff here.




reply via email to

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