Skip to content

Commit 6cedcd9

Browse files
committed
test: add preprocessor drift fixtures
1 parent c12d1b0 commit 6cedcd9

10 files changed

Lines changed: 80 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "meta-prefix-the-command-is-clear-state-unknown",
3+
"input": "the command is clear state",
4+
"expected": {
5+
"classification": "unknown",
6+
"output": null
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "mixed-intent-clear-state-then-continue-unknown",
3+
"input": "clear state then continue",
4+
"expected": {
5+
"classification": "unknown",
6+
"output": null
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "mixed-intent-use-docker-because-repo-has-docker-unknown",
3+
"input": "use docker because this repo already has Docker",
4+
"expected": {
5+
"classification": "unknown",
6+
"output": null
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "modal-please-change-premise-concise-replies-unknown",
3+
"input": "please change premise concise replies",
4+
"expected": {
5+
"classification": "unknown",
6+
"output": null
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "modal-please-set-premise-to-concise-replies-unknown",
3+
"input": "please set premise to concise replies",
4+
"expected": {
5+
"classification": "unknown",
6+
"output": null
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "multi-instruction-use-docker-actually-prohibit-unknown",
3+
"input": "use docker, actually prohibit docker",
4+
"expected": {
5+
"classification": "unknown",
6+
"output": null
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "natural-language-do-not-use-unknown",
3+
"input": "do not use peanuts",
4+
"expected": {
5+
"classification": "unknown",
6+
"output": null
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "near-miss-change-premise-missing-to-keyword-unknown",
3+
"input": "change premise formal tone",
4+
"expected": {
5+
"classification": "unknown",
6+
"output": null
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "near-miss-set-premise-to-formal-tone-unknown",
3+
"input": "set premise to formal tone",
4+
"expected": {
5+
"classification": "unknown",
6+
"output": null
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "question-help-with-lunch-no-directive",
3+
"input": "can you help with lunch?",
4+
"expected": {
5+
"classification": "no_directive",
6+
"output": null
7+
}
8+
}

0 commit comments

Comments
 (0)