Spaces:
Sleeping
Sleeping
Create golden_tests.json
Browse files- golden_tests.json +11 -0
golden_tests.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"input": "example.com",
|
| 4 |
+
"expected_type": "domain",
|
| 5 |
+
"expected_modules": ["Resource Links"]
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"input": "user123",
|
| 9 |
+
"expected_type": "username"
|
| 10 |
+
}
|
| 11 |
+
]
|