texlive[71460] Build/source/texk/web2c: [CWEB] CWEB comments start
commits+ascherer at tug.org
commits+ascherer at tug.org
Sun Jun 9 14:38:47 CEST 2024
Revision: 71460
https://tug.org/svn/texlive?view=revision&revision=71460
Author: ascherer
Date: 2024-06-09 14:38:46 +0200 (Sun, 09 Jun 2024)
Log Message:
-----------
[CWEB] CWEB comments start with '@q'.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/cwebdir/ChangeLog
trunk/Build/source/texk/web2c/tests/fix-changefile-lines.py
Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2024-06-09 12:27:46 UTC (rev 71459)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2024-06-09 12:38:46 UTC (rev 71460)
@@ -3,7 +3,7 @@
* comm-mini.ch,
* comm-w2c.ch: Section 'Index.' is on Level 1, not 0.
* ctwill-w2c.ch,
- * ../tests/fix-changefile-lines.py: Ignore CWEB @<comment@> line(s).
+ * ../tests/fix-changefile-lines.py: Ignore CWEB @qcomment@> line(s).
2024-06-06 Andreas Scherer <https://ascherer.github.io>
Modified: trunk/Build/source/texk/web2c/tests/fix-changefile-lines.py
===================================================================
--- trunk/Build/source/texk/web2c/tests/fix-changefile-lines.py 2024-06-09 12:27:46 UTC (rev 71459)
+++ trunk/Build/source/texk/web2c/tests/fix-changefile-lines.py 2024-06-09 12:38:46 UTC (rev 71460)
@@ -158,7 +158,7 @@
match_start = self._match_lines[0].strip()[:2]
for repl_index in range(self._pos + 1, len(self._lines)):
repl_start = self._lines[repl_index].strip()[:2]
- # CWEB @<comments@> are ignored; see ctwill-w2c.ch
+ # CWEB @qcomments@> are ignored; see ctwill-w2c.ch
if repl_start != "@q":
break
if match_start == "@ ":
More information about the tex-live-commits
mailing list.