OXIESEC PANEL
- Current Dir:
/
/
opt
/
golang
/
1.22.0
/
src
/
regexp
Server IP: 191.96.63.230
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/02/2024 06:09:55 PM
rwxr-xr-x
📄
all_test.go
25.77 KB
02/02/2024 06:09:55 PM
rw-r--r--
📄
backtrack.go
8.77 KB
02/02/2024 06:09:55 PM
rw-r--r--
📄
example_test.go
11.08 KB
02/02/2024 06:09:55 PM
rw-r--r--
📄
exec.go
12.27 KB
02/02/2024 06:09:55 PM
rw-r--r--
📄
exec2_test.go
508 bytes
02/02/2024 06:09:55 PM
rw-r--r--
📄
exec_test.go
20.78 KB
02/02/2024 06:09:55 PM
rw-r--r--
📄
find_test.go
16.28 KB
02/02/2024 06:09:55 PM
rw-r--r--
📄
onepass.go
14.03 KB
02/02/2024 06:09:55 PM
rw-r--r--
📄
onepass_test.go
4.6 KB
02/02/2024 06:09:55 PM
rw-r--r--
📄
regexp.go
38.5 KB
02/02/2024 06:09:55 PM
rw-r--r--
📁
syntax
-
02/02/2024 06:09:55 PM
rwxr-xr-x
📁
testdata
-
02/02/2024 06:09:55 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") }