Created
January 25, 2012 18:13
-
-
Save arantius/1677686 to your computer and use it in GitHub Desktop.
Test for Greasemonkey issue 1491
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dump('require 1 ran ...\n') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dump('require 2 ran ...\n') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Test case for GM issue 1472 | |
// @description Multiple requires, no semicolons. | |
// @require https://gist.github.com/raw/1677686/require1.js | |
// @require https://gist.github.com/raw/1677686/require2.js | |
// ==/UserScript== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment