OXIESEC PANEL
- Current Dir:
/
/
opt
/
golang
/
1.19.4
/
src
/
regexp
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/01/2022 06:13:58 PM
rwxr-xr-x
📄
all_test.go
25.03 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
backtrack.go
8.79 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
example_test.go
10.69 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
exec.go
12.27 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
exec2_test.go
508 bytes
12/01/2022 06:12:59 PM
rw-r--r--
📄
exec_test.go
20.78 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
find_test.go
16.28 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
onepass.go
14.03 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
onepass_test.go
4.6 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
regexp.go
37.7 KB
12/01/2022 06:12:59 PM
rw-r--r--
📁
syntax
-
12/01/2022 06:13:56 PM
rwxr-xr-x
📁
testdata
-
12/01/2022 06:13:56 PM
rwxr-xr-x
Editing: exec2_test.go
Close
// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build !race package regexp import ( "testing" ) // This test is excluded when running under the race detector because // it is a very expensive test and takes too long. func TestRE2Exhaustive(t *testing.T) { if testing.Short() { t.Skip("skipping TestRE2Exhaustive during short test") } testRE2(t, "testdata/re2-exhaustive.txt.bz2") }