Skip to content

Commit

Permalink
Added tests for href in a tag, src in images
Browse files Browse the repository at this point in the history
  • Loading branch information
Irrelon committed Feb 20, 2015
1 parent 9c896b9 commit 5d6f068
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@
<img lang="en" data-lang-token="FLAG" src="http://www.ioling.org/images/flags/uk.gif" />
</td>
</tr>
<tr>
<td>
&lt;a&gt;:
<a lang="en" href="http://www.google.com/">http://www.google.com/</a>
</td>
</tr>
<tr>
<td>
Click to test alert text:
Expand Down
3 changes: 2 additions & 1 deletion js/langpack/th.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"Synopsis":"รายละเอียดย่อในประกาศ",
"Full Description":"รายละเอียดเพิ่มเติมสำหรับผู้สนใจประกาศ",
"Property Photos":"รูปภาพสถานที่",
"http://www.ioling.org/images/flags/uk.gif": "http://upload.wikimedia.org/wikipedia/commons/thumb/a/a9/Flag_of_Thailand.svg/1280px-Flag_of_Thailand.svg.png"
"http://www.ioling.org/images/flags/uk.gif": "http://upload.wikimedia.org/wikipedia/commons/thumb/a/a9/Flag_of_Thailand.svg/1280px-Flag_of_Thailand.svg.png",
"http://www.google.com/": "http://www.yahoo.com/"
},
"regex": [
["Budget", "งบประมาณ"],
Expand Down

0 comments on commit 5d6f068

Please sign in to comment.