Skip to content

Commit

Permalink
[CWEB] CWEB comments start with '@q'.
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@71460 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
Andreas Scherer committed Jun 9, 2024
1 parent b4c88f0 commit 9af11d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion texk/web2c/cwebdir/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion texk/web2c/tests/fix-changefile-lines.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def traverse(self, web_reader):
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 == "@ ":
Expand Down

0 comments on commit 9af11d4

Please sign in to comment.