File: rx_basic

package info (click to toggle)
nqp 2014.07-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 23,596 kB
  • ctags: 7,993
  • sloc: ansic: 22,689; java: 20,240; cpp: 4,956; asm: 3,976; perl: 950; python: 267; sh: 245; makefile: 14
file content (10 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
##   Basic tests
a			a		y	basic literal
abc			abc		y	basic multichar literal
.			a		y	basic dot
..			abc		y	basic multidot
a.c			a.c		y	dot in mid pattern
b			a		n	failed literal match
aa			a		n	failed literal match
...			ab		n	failed dot match
c			abc		y	scanning match