| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
| "http://www.w3.org/TR/html4/loose.dtd"> |
| <html> |
| <head> |
| <title>Embedding bugs</title> |
| </head> |
| <body style="font-family:'Lucida Grande';"> |
| <p> |
| In each line, reading from left to right, the bracket should |
| appear before the parenthesis. The bracket should be a left bracket and |
| the parenthesis should be a right parenthesis. In each line, Roman characters |
| and digits should be in increasing order from left to right. |
| </p> |
| <p> |
| אבג def <span dir="rtl">(זחט]</span> jkl |
| </p> |
| <p> |
| אבג def <span dir="rtl">(ghi]</span> jkl |
| </p> |
| <p> |
| abc <span dir="rtl">(45 23]</span> fgh |
| </p> |
| <p> |
| abc ‫(45 23]‬ fgh |
| </p> |
| <p> |
| abc ‫(de fg]‬ hij |
| </p> |
| <p> |
| 1<span dir="rtl">(ab cd]</span> |
| </p> |
| <p> |
| 1<span dir="rtl">(ab גד]</span> |
| </p> |
| <p> |
| 1<span>‫(2]‬</span> |
| </p> |
| <p> |
| 1<span>‫(a]‬</span> |
| </p> |
| <p> |
| 1‫(ab גד]‬ |
| </p> |
| <p> |
| <span dir="rtl">(def אבג abc]</span> |
| </p> |
| <p> |
| ‫(def אבג abc]‬ |
| </p> |
| </body> |
| </html> |