File: missing-root-comma.rs

package info (click to toggle)
rust-datatest-stable 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 440 kB
  • sloc: awk: 19; sh: 5; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 110 bytes parent folder | download
1
2
3
4
5
6
datatest_stable::harness! {
    {
        test = my_test,
        pattern = r"^.*(?<!\.skip)\.txt$",
    },
}