File: patterns_pass.txt

package info (click to toggle)
golang-github-logrusorgru-grokky 0.0~git20180829.47edf01-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 248 kB
  • sloc: makefile: 3
file content (10 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#
# for testing
#
ONE \d
TWO %{ONE:two}
THREE %{ONE:one}-%{TWO}-%{ONE:three}

#
# enough
#