Ticket #35030

点字出力で 3/03 のスラッシュの前がマス空けされてしまう

Open Date: 2015-03-31 21:19 Last Update: 2015-06-03 21:50

Reporter:
Owner:
Type:
Status:
Closed
Component:
MileStone:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None

Details

点字出力で "3/03" のスラッシュの前がマス空けされてしまうというご指摘がありました。

下記 miscDepsJp のテストケース。エンジンのほうはマス空けルールの修正で対応予定。

diff --git a/jptools/harness.py b/jptools/harness.py
index c6fb28b..befb657 100644
--- a/jptools/harness.py
+++ b/jptools/harness.py
@@ -4749,4 +4749,10 @@ tests = [
+       # スラッシュの直前にスペースが入る不具合を修正
+       {
+               'text':'3/03',
+               'input':'3/03',
+       },
 ]
diff --git a/jptools/nabccHarness.py b/jptools/nabccHarness.py
index 853e4e7..4f379f6 100644
--- a/jptools/nabccHarness.py
+++ b/jptools/nabccHarness.py
@@ -138,4 +138,11 @@ tests = [
+       # スラッシュの直前にスペースが入る不具合を修正
+       {
+               'mode':   'NABCC',
+               'text':'3/03',
+               'input':'3/03',
+       },
        ]

Ticket History (2/2 Histories)

2015-03-31 21:19 Updated by: nishimoto
  • New Ticket "点字出力で 3/03 のスラッシュの前がマス空けされてしまう" created
2015-06-03 21:50 Updated by: nishimoto
  • Status Update from Open to Closed
  • Ticket Close date is changed to 2015-06-03 21:50

Attachment File List

No attachments

Edit

Please login to add comment to this ticket » Login