Skip to content

Commit

Permalink
Prueba
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Casas committed Nov 9, 2017
1 parent 0b70032 commit 26a45b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions blindtex/converter/Prueba.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</head>
<body>
<p>Fórmula generada:</p>
<div>x<span aria-label="sup índice">&nbsp;</span><span aria-label="comienza fracción"></span><span aria-label="alfa"></span><span aria-label="sobre"></span><span aria-label="beta"></span><span aria-label="sup &iacute;ndice"></span>2<span aria-label="fin sup &iacute;ndice"></span><span aria-label="sub &iacute;ndice"></span>i<span aria-label="fin sub &iacute;ndice"></span><span aria-label="fin fracción"></span><span aria-label="fin sup &iacute;ndice"></span></div>
<div>a<span aria-label="sup índice"></span>b<span aria-label="fin sup índice"></span><span aria-label="sub índice"></span>c<span aria-label="fin sub índice"></span></div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion blindtex/converter/PyParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def p_chars(p):

def p_ord(p):
'''ord : ORD '''
p[0] = formulate(Ordinary[p[1]])
p[0] = formulate(showReading[p[1]])


def p_command(p):
Expand Down

0 comments on commit 26a45b4

Please sign in to comment.