Skip to content

Commit

Permalink
a forgotten bug
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@438 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Feb 4, 2009
1 parent 16699a4 commit 6ffdffa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions shared/tools/tokenover
Expand Up @@ -15,25 +15,25 @@ else
/bin/echo "\begin{tabular}{l|c|c|c|}"
/bin/echo "&\textit{italic}&\texttt{fixed}&default\\\\\hline"
/bin/echo -n "\\tokenAlNum&N ("
cd ${SLPS}/topics/$1 ; make debug | grep -c "ITA ALNUM"
cd ${SLPS}/topics/$1 ; make debug | grep -c "ITA NONW ALNUM"
/bin/echo -n ") &T ("
cd ${SLPS}/topics/$1 ; make debug | grep -c "FIX ALNUM"
cd ${SLPS}/topics/$1 ; make debug | grep -c "FIX NONW ALNUM"
/bin/echo -n ")&T? ("
cd ${SLPS}/topics/$1 ; make debug | grep -c "DEF ALNUM"
cd ${SLPS}/topics/$1 ; make debug | grep -c "DEF NONW ALNUM"
/bin/echo ")\\\\"
/bin/echo -n "\\tokenBar&M ("
cd ${SLPS}/topics/$1 ; make debug | grep -c "ITA BNBAR"
cd ${SLPS}/topics/$1 ; make debug | grep -c "ITA NONW BNBAR"
/bin/echo -n ") &T ("
cd ${SLPS}/topics/$1 ; make debug | grep -c "FIX BNBAR"
cd ${SLPS}/topics/$1 ; make debug | grep -c "FIX NONW BNBAR"
/bin/echo -n ")&M? ("
cd ${SLPS}/topics/$1 ; make debug | grep -c "DEF BNBAR"
cd ${SLPS}/topics/$1 ; make debug | grep -c "DEF NONW BNBAR"
/bin/echo ")\\\\"
/bin/echo -n "\\tokenMeta&M ("
cd ${SLPS}/topics/$1 ; make debug | grep -c "ITA METAS"
cd ${SLPS}/topics/$1 ; make debug | grep -c "ITA NONW METAS"
/bin/echo -n ") &T ("
cd ${SLPS}/topics/$1 ; make debug | grep -c "FIX METAS"
cd ${SLPS}/topics/$1 ; make debug | grep -c "FIX NONW METAS"
/bin/echo -n ")&T? ("
cd ${SLPS}/topics/$1 ; make debug | grep -c "DEF METAS"
cd ${SLPS}/topics/$1 ; make debug | grep -c "DEF NONW METAS"
/bin/echo ")\\\\"
/bin/echo -n "\\tokenOther&T ("
cd ${SLPS}/topics/$1 ; make debug | grep -c "ITA WEIRD"
Expand Down

0 comments on commit 6ffdffa

Please sign in to comment.