Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/modes.html
Original file line number Diff line number Diff line change
Expand Up @@ -640,11 +640,11 @@ <h2><a class="dagger" href="http://at.mansbjorkman.net/teng_quenya.htm">General
<td>
<td><span class="general-use-font" data-tengwar="s s`
z z`
x x`" data-mode="general-use"></span>
x ks ks`" data-mode="general-use"></span>
<td>
<code>s</code>, <code>s`</code><br>
<code>z</code>, <code>z`</code><br>
<code>x</code>, <code>x`</code>
<code>x</code>, <code>ks</code>, <code>ks`</code>
</td>
</tr>

Expand Down
2 changes: 1 addition & 1 deletion public/sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h1 style="clear: both">Noteworthy Transcriptions</h1>

<p>Allys: <span class="transcribe">Allys</span>. Not elvish. Lots of potential mis-interactions between the double-L, the Y-diacritic, and following-S.</p>

<p>Hobbits'': <span class="transcribe">Hobbits''</span>. Illustrates the use of a straight apostrophe to use alternate S-hooks.</p>
<p>Hobbits``: <span class="transcribe">Hobbits``</span>. Illustrates the use of a straight apostrophe to use alternate S-hooks.</p>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script src="sample.js"></script>
Expand Down
4 changes: 4 additions & 0 deletions test/general-use.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ module.exports = {
"yes": "anna;silme-nuquerna:e",

// for code coverage
// (sorted)
"aks": "quesse:a,s",
"aks`": "quesse:a;silme-nuquerna",
"ax": "quesse:a,s",
"ie": "yanta:i",
"oe": "yanta:o",
"x": "quesse:s",
Expand Down