source:
trunk/essentials/sys-apps/gawk/test/ignrcas2.awk
Last change on this file was 3076, checked in by , 18 years ago | |
---|---|
File size: 295 bytes |
Line | |
---|---|
1 | # Based on test program submitted by: |
2 | # Date: Sun, 7 Sep 2003 23:11:51 +0200 |
3 | # From: Michael Mauch <michael.mauch@gmx.de> |
4 | # To: bug-gawk@gnu.org |
5 | # Subject: Internal error in gawk-3.1.3 with character class |
6 | |
7 | BEGIN { |
8 | IGNORECASE = 1 |
9 | if ("a" ~ /[[:alnum:]]/) |
10 | print "OK" |
11 | else |
12 | print "NOT OK" |
13 | } |
Note:
See TracBrowser
for help on using the repository browser.