From 511607806cdf6caace67a0a3ae323def768678bd Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Thu, 10 Mar 2016 08:50:09 +0000 Subject: Tests; add alphabet-hint hint tests. This adds tests for a couple of properties that are required of alphabet hint strings. --- content_scripts/link_hints.coffee | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content_scripts') diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee index 6f365700..6f99d970 100644 --- a/content_scripts/link_hints.coffee +++ b/content_scripts/link_hints.coffee @@ -664,3 +664,5 @@ class WaitForEnter extends Mode root = exports ? window root.LinkHints = LinkHints +# For tests: +root.AlphabetHints = AlphabetHints -- cgit v1.2.3