From 0aaf2cdd3a715b08bd41197b361ecd2af99cba0b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 19 Apr 2014 17:45:56 -0700 Subject: quote attribute values in selectors in JS unit tests for consistency --- js/tests/unit/tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/tests/unit/tooltip.js') diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js index e6ae11993..9a5f36f7b 100644 --- a/js/tests/unit/tooltip.js +++ b/js/tests/unit/tooltip.js @@ -273,7 +273,7 @@ $(function () { test('should show tooltip with delegate selector on click', function () { var div = $('
') div.appendTo('#qunit-fixture') - .tooltip({ selector: 'a[rel=tooltip]', trigger: 'click' }) + .tooltip({ selector: 'a[rel="tooltip"]', trigger: 'click' }) div.find('a').trigger('click') ok($('.tooltip').is('.fade.in'), 'tooltip is faded in') }) -- cgit v1.2.3