Rev 10181 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10181 | Rev 15588 | ||
---|---|---|---|
Line 46... | Line 46... | ||
46 | \ |
46 | \ |
47 | ,bb |
47 | ,bb |
48 | 48 | ||
49 | nonempty3=!nonempty rows aa,;;bb |
49 | nonempty3=!nonempty rows aa,;;bb |
50 | 50 | ||
51 | declosing1=!declosing [ |
51 | declosing1=!declosing [brack1,brack2] |
52 | declosing2=!declosing { |
52 | declosing2=!declosing {acco1,acco2} |
53 | declosing3=!declosing ( |
53 | declosing3=!declosing (par1,par2) |
- | 54 | declosing4=!declosing ({acolade,parent}) |
|
- | 55 | declosing4=!declosing (non balance {acolade,parent)) |
|
54 | 56 | ||
55 | testline1=!items2lines $list1 |
57 | testline1=!items2lines $list1 |
56 | testline2=!items2words $list1 |
58 | testline2=!items2words $list1 |
57 | testline3=!lines2items $list2 |
59 | testline3=!lines2items $list2 |
58 | testline4=!lines2words $list2 |
60 | testline4=!lines2words $list2 |
59 | testline5=!words2lines $list1 |
61 | testline5=!words2lines $list1 |
60 | testline6=!words2items $list1 |
62 | testline6=!words2items $list1 |
61 | testline7=!lines2rows $list2 |
63 | testline7=!lines2rows $list2 |
62 | testline8=!rows2lines $list3 |
64 | testline8=!rows2lines $list3 |
- | 65 | ||
- | 66 | checkpar1=!checkallpar ({a}{(b)}) |
|
- | 67 | checkpar2=!checkallpar {([{a}{(b)}])\ |
|
- | 68 | } |
|
- | 69 | checkpar3=!checkallpar ({a}{[(c){d}]}) |
|
- | 70 | checkpar4=!checkallpar ({a}{(b)})} |
|
- | 71 | checkpar5=!checkallpar ([{a}{(b)}]\ |
|
- | 72 | } |
|
- | 73 | ||
63 | 74 | ||
64 | vartest=$line\ |
75 | vartest=$line\ |
65 | $item\ |
76 | $item\ |
66 | $word1\ |
77 | $word1\ |
67 | $word2\ |
78 | $word2\ |
Line 88... | Line 99... | ||
88 | $nonempty2\ |
99 | $nonempty2\ |
89 | $nonempty3\ |
100 | $nonempty3\ |
90 | $declosing1\ |
101 | $declosing1\ |
91 | $declosing2\ |
102 | $declosing2\ |
92 | $declosing3\ |
103 | $declosing3\ |
- | 104 | $declosing4\ |
|
93 | $testline1\ |
105 | $testline1\ |
94 | $testline2\ |
106 | $testline2\ |
95 | $testline3\ |
107 | $testline3\ |
96 | $testline4\ |
108 | $testline4\ |
97 | $testline5\ |
109 | $testline5\ |
98 | $testline6\ |
110 | $testline6\ |
99 | $testline\ |
111 | $testline\ |
100 |
|
112 | $testline8\ |
- | 113 | \ |
|
- | 114 | $checkpar1\ |
|
- | 115 | $checkpar2\ |
|
- | 116 | $checkpar3\ |
|
- | 117 | $checkpar4\ |
|
- | 118 | $checkpar5 |