32 lines
933 B
Diff
32 lines
933 B
Diff
From 87106c3d8df3244dbe3d855b25ac3caf88eb658b Mon Sep 17 00:00:00 2001
|
|
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
|
|
Date: Tue, 1 Dec 2020 12:49:10 +0100
|
|
Subject: [PATCH] tests: Drop reference to the removed ru-ru-g1 table (#1033)
|
|
|
|
---
|
|
tests/braille-specs/spaces.yaml | 11 -----------
|
|
1 file changed, 11 deletions(-)
|
|
|
|
diff --git a/tests/braille-specs/spaces.yaml b/tests/braille-specs/spaces.yaml
|
|
index 0c090e59f..db6e796c5 100644
|
|
--- a/tests/braille-specs/spaces.yaml
|
|
+++ b/tests/braille-specs/spaces.yaml
|
|
@@ -1752,17 +1752,6 @@ tests:
|
|
- ['\x000a', '\x0020']
|
|
- ['\x000c', '\x0020']
|
|
- ['\x000d', '\x0020']
|
|
-table: ru-ru-g1.utb
|
|
-flags: {testmode: bothDirections}
|
|
-tests:
|
|
- - ['\x0020', '\x0020']
|
|
- - ['\x00a0', 'a']
|
|
-flags: {testmode: forward}
|
|
-tests:
|
|
- - ['\x0009', '\x0020']
|
|
- - ['\x000a', '\x0020']
|
|
- - ['\x000c', '\x0020']
|
|
- - ['\x000d', '\x0020']
|
|
table: sa.tbl
|
|
flags: {testmode: bothDirections}
|
|
tests:
|