diff options
Diffstat (limited to 'tests/fixtures')
| -rw-r--r-- | tests/fixtures/grammar-correct.txt | 5 | ||||
| -rw-r--r-- | tests/fixtures/grammar-errors-basic.txt | 7 | ||||
| -rw-r--r-- | tests/fixtures/grammar-errors-punctuation.txt | 5 | ||||
| -rw-r--r-- | tests/fixtures/pactl-output-empty.txt | 0 | ||||
| -rw-r--r-- | tests/fixtures/pactl-output-inputs-only.txt | 3 | ||||
| -rw-r--r-- | tests/fixtures/pactl-output-malformed.txt | 4 | ||||
| -rw-r--r-- | tests/fixtures/pactl-output-monitors-only.txt | 3 | ||||
| -rw-r--r-- | tests/fixtures/pactl-output-normal.txt | 6 | ||||
| -rw-r--r-- | tests/fixtures/pactl-output-single.txt | 1 |
9 files changed, 0 insertions, 34 deletions
diff --git a/tests/fixtures/grammar-correct.txt b/tests/fixtures/grammar-correct.txt deleted file mode 100644 index bea335e8..00000000 --- a/tests/fixtures/grammar-correct.txt +++ /dev/null @@ -1,5 +0,0 @@ -This is a well-written sentence with no grammar errors. - -The quick brown fox jumps over the lazy dog. - -Everything here follows standard English grammar rules. diff --git a/tests/fixtures/grammar-errors-basic.txt b/tests/fixtures/grammar-errors-basic.txt deleted file mode 100644 index c2f72c12..00000000 --- a/tests/fixtures/grammar-errors-basic.txt +++ /dev/null @@ -1,7 +0,0 @@ -This are a test of basic grammar errors. - -I could of done better with this sentence. - -Their going to the store to buy there groceries. - -The dog wagged it's tail happily. diff --git a/tests/fixtures/grammar-errors-punctuation.txt b/tests/fixtures/grammar-errors-punctuation.txt deleted file mode 100644 index 37de646a..00000000 --- a/tests/fixtures/grammar-errors-punctuation.txt +++ /dev/null @@ -1,5 +0,0 @@ -This sentence is missing punctuation at the end - -Multiple spaces between words should be detected. - -A sentence with,incorrect comma,placement and usage. diff --git a/tests/fixtures/pactl-output-empty.txt b/tests/fixtures/pactl-output-empty.txt deleted file mode 100644 index e69de29b..00000000 --- a/tests/fixtures/pactl-output-empty.txt +++ /dev/null diff --git a/tests/fixtures/pactl-output-inputs-only.txt b/tests/fixtures/pactl-output-inputs-only.txt deleted file mode 100644 index 1840b37c..00000000 --- a/tests/fixtures/pactl-output-inputs-only.txt +++ /dev/null @@ -1,3 +0,0 @@ -50 alsa_input.pci-0000_00_1f.3.analog-stereo PipeWire s32le 2ch 48000Hz SUSPENDED -79 bluez_input.00:1B:66:C0:91:6D PipeWire float32le 1ch 48000Hz SUSPENDED -100 alsa_input.usb-0b0e_Jabra_SPEAK_510_USB_1C48F9C067D5020A00-00.mono-fallback PipeWire s16le 1ch 16000Hz SUSPENDED diff --git a/tests/fixtures/pactl-output-malformed.txt b/tests/fixtures/pactl-output-malformed.txt deleted file mode 100644 index a37b8dd6..00000000 --- a/tests/fixtures/pactl-output-malformed.txt +++ /dev/null @@ -1,4 +0,0 @@ -This is not valid pactl output -Some random text -50 incomplete-line-missing-fields -Another bad line with only two tabs diff --git a/tests/fixtures/pactl-output-monitors-only.txt b/tests/fixtures/pactl-output-monitors-only.txt deleted file mode 100644 index be29ebe8..00000000 --- a/tests/fixtures/pactl-output-monitors-only.txt +++ /dev/null @@ -1,3 +0,0 @@ -49 alsa_output.pci-0000_00_1f.3.analog-stereo.monitor PipeWire s32le 2ch 48000Hz SUSPENDED -81 bluez_output.00_1B_66_C0_91_6D.1.monitor PipeWire s24le 2ch 48000Hz RUNNING -99 alsa_output.usb-0b0e_Jabra_SPEAK_510_USB_1C48F9C067D5020A00-00.analog-stereo.monitor PipeWire s16le 2ch 48000Hz SUSPENDED diff --git a/tests/fixtures/pactl-output-normal.txt b/tests/fixtures/pactl-output-normal.txt deleted file mode 100644 index 6d8d955b..00000000 --- a/tests/fixtures/pactl-output-normal.txt +++ /dev/null @@ -1,6 +0,0 @@ -49 alsa_output.pci-0000_00_1f.3.analog-stereo.monitor PipeWire s32le 2ch 48000Hz SUSPENDED -50 alsa_input.pci-0000_00_1f.3.analog-stereo PipeWire s32le 2ch 48000Hz SUSPENDED -79 bluez_input.00:1B:66:C0:91:6D PipeWire float32le 1ch 48000Hz SUSPENDED -81 bluez_output.00_1B_66_C0_91_6D.1.monitor PipeWire s24le 2ch 48000Hz SUSPENDED -99 alsa_output.usb-0b0e_Jabra_SPEAK_510_USB_1C48F9C067D5020A00-00.analog-stereo.monitor PipeWire s16le 2ch 48000Hz SUSPENDED -100 alsa_input.usb-0b0e_Jabra_SPEAK_510_USB_1C48F9C067D5020A00-00.mono-fallback PipeWire s16le 1ch 16000Hz SUSPENDED diff --git a/tests/fixtures/pactl-output-single.txt b/tests/fixtures/pactl-output-single.txt deleted file mode 100644 index d1d1c254..00000000 --- a/tests/fixtures/pactl-output-single.txt +++ /dev/null @@ -1 +0,0 @@ -50 alsa_input.pci-0000_00_1f.3.analog-stereo PipeWire s32le 2ch 48000Hz SUSPENDED |
