aboutsummaryrefslogtreecommitdiff
path: root/texinfo/testsuite/makeinfo.0/atnode.exp
diff options
context:
space:
mode:
Diffstat (limited to 'texinfo/testsuite/makeinfo.0/atnode.exp')
-rw-r--r--texinfo/testsuite/makeinfo.0/atnode.exp19
1 files changed, 19 insertions, 0 deletions
diff --git a/texinfo/testsuite/makeinfo.0/atnode.exp b/texinfo/testsuite/makeinfo.0/atnode.exp
new file mode 100644
index 00000000000..19724347cbb
--- /dev/null
+++ b/texinfo/testsuite/makeinfo.0/atnode.exp
@@ -0,0 +1,19 @@
+# Lessons:
+# 1) may use \ to continue long lines
+# 2) Careful in specifying string end on string match, to be sure
+# to exclude errors! (cf output from nonsense.exp)
+
+catch "exec $MAKEINFO -o ./atnode.info $srcdir/text/atnode.texi" maki_out
+
+verbose "Makeinfo output: $maki_out" 1
+
+setup_xfail "*-*-*"
+if [string match \
+ "Making*file*atnode*from*atnode.texi'." \
+ "$maki_out" \
+ ] then {
+ pass "at sign in node name"
+} else {
+ fail "at sign in node name"
+}
+clear_xfail "*-*-*"