quizzes: Convert multi-line help to lists
authorW. Trevor King <wking@tremily.us>
Wed, 6 Feb 2013 18:02:40 +0000 (13:02 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 6 Feb 2013 18:02:40 +0000 (13:02 -0500)
quizzes/git.json
quizzes/posix-utilities.json

index 1a80cb41fa65e77614fdda1bfdb2e65050400634..4beed3b253ff1b18960e112c158ba8a8d3751ddc 100644 (file)
                                "git ls-files",
                                "git status"
                                ],
-                       "help": "http://www.kernel.org/pub/software/scm/git/docs/git-add.html\nhttp://www.kernel.org/pub/software/scm/git/docs/git-commit.html",
+                       "help": [
+                               "http://www.kernel.org/pub/software/scm/git/docs/git-add.html",
+                               "http://www.kernel.org/pub/software/scm/git/docs/git-commit.html"
+                               ],
                        "tags": [
                                "add",
                                "commit"
index 800fec5166ec468242bc72776b7d07e1f1c5c832..1cb4f9293f6dc45bc51d90160f3c8d41555b8ced 100644 (file)
                        "setup": [
                                "echo 'This project is wonderful' > README"
                                ],
-                       "help": "The README file is in your current directory.\nhttp://pubs.opengroup.org/onlinepubs/009696699/idx/utilities.html",
+                       "help": [
+                               "The README file is in your current directory.",
+                               "http://pubs.opengroup.org/onlinepubs/009696699/idx/utilities.html"
+                               ],
                        "dependencies": [
                                "list all the files in the current directory"
                                ]