Changeset 1957 for trunk/tools


Ignore:
Timestamp:
Aug 2, 2026, 12:01:09 PM (6 weeks ago)
Author:
pfusik
Message:

Fix STIL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/validate-stil.bat

    r1837 r1957  
    22setlocal
    33set STIL=../asma/Docs/STIL.txt
    4 echo Lines with leading spaces:
     4echo Lines with trailing spaces:
    55grep -E " $" %STIL%
    66echo Lines exceeding 100 characters:
     
    88echo Lines not matching the format:
    99grep -v -n -E "^#|^/|^   NAME: |^  TITLE: |^ ARTIST: |^COMMENT: |^         |^$|\(#[0-9]+\)$" %STIL%
    10 echo Lines that ...???
     10echo References to missing files:
    1111perl -ne "m{^/(\S+)} and (-e qq{../asma/$1} or print)" %STIL%
    1212echo Number of file paths:
Note: See TracChangeset for help on using the changeset viewer.