Commit Graph

890 Commits

Author SHA1 Message Date
Anton Strömkvist
759941c8a2 Merge pull request #3391 from awesomeaniruddh/fix/html-test-improvement
Added test to HTML5 waypoint to make it stricter
2015-09-29 04:27:59 +02:00
Aniruddh Agarwal
5fc97da3c3 Add test HTML5 waypoint to make it stricter
- Added a test to the "Nest an Anchor Element within a Paragraph" waypoint. The text 'View more' must now be outside the <a> tags.
2015-09-28 21:06:08 +08:00
Anton Strömkvist
1ada40ead5 Merge pull request #3507 from natac13/fix/typo-in-test-slasker-flick
fixed typo in test
2015-09-28 11:11:35 +02:00
Anton Strömkvist
61d77f5709 Merge pull request #3403 from erictleung/feature/note-about-zero-index
Add note about how jQuery is zero-indexed to avoid confusion
2015-09-28 10:20:02 +02:00
Anton Strömkvist
8298fe7a04 Merge pull request #3504 from xeoneux/fix/bonfire-where-art-thou
Edit last test case for Bonfire: Where art thou
2015-09-28 09:51:03 +02:00
Quincy Larson
27f231e72f refactor tests to show same message when passing and failing 2015-09-27 23:22:06 -07:00
Aniruddh Agarwal
82e61c28b2 Merge pull request #3520 from abhisekp/fix/waypoint-manipulate-arrays-with-unshift
Minor fix comments in Waypoint: Manipulate Arrays With unshift
2015-09-28 09:19:05 +08:00
Abhisek Pattnaik
0ef3e36d6f Fix comments in Waypoint: Manipulate Arrays With unshift 2015-09-28 03:45:13 +05:30
Arsen Melikyan
9d89cf8a7a Merge pull request #3516 from abhisekp/waypoint-modify-array-data
Correct comment in Waypoint - Modify Array Data With Indexes
2015-09-27 23:52:22 +04:00
Abhisek Pattnaik
305f661196 Correct comment
Replace "ourArray[1]" with "ourArray"
close FreeCodeCamp/FreeCodeCamp#3515
2015-09-28 01:04:59 +05:30
Quincy Larson
96804d37cf confirm all advanced bonfires work though test output is not ideal yet 2015-09-27 01:04:21 -07:00
Quincy Larson
dc48635f5d make more improvements to advanced bonfire tests 2015-09-27 00:52:27 -07:00
Quincy Larson
15f9fdabb7 Merge branch 'bonfire-failure-messages' into converge-bonfires 2015-09-27 00:34:35 -07:00
Quincy Larson
d25330278b remove unneccessary additional bonfire argument I added a month ago 2015-09-27 00:21:15 -07:00
natac13
5d0cb58d3a fixed typo in test
closes #3505
2015-09-26 11:17:49 -04:00
Aayush Kapoor
4a3283a5a7 Edit last test case for Bonfire: Where art thou 2015-09-26 16:01:46 +05:30
Eric Leung
e910853186 add note about how jQuery is zero-indexed for clarification 2015-09-24 03:57:36 -07:00
Aniruddh Agarwal
23a7745415 Merge pull request #3368 from bugron/fix/test-fix_in_bonfire-title-case-a-sentence
Fixes a test in a bonfire
2015-09-24 18:07:27 +08:00
Quincy Larson
a1d67fa255 Merge pull request #3471 from awesomeaniruddh/fix/rename-zipline
Renamed zipline for consistency
2015-09-23 17:40:30 -07:00
Aniruddh Agarwal
326ed99346 Renamed zipline for consistency
Renamed the 'Wikipedia Viewer' ziplines to 'Build a Wikipedia Viewer' to make it consistent with the other zipline names.
2015-09-23 16:27:42 +08:00
Quincy Larson
4d4aae6cf4 start refactoring advanced bonfires 2015-09-22 12:23:45 -07:00
Arsen Melikyan
9b24c15f29 Merge pull request #3351 from alnero/feature/russian-translation
Add russian translation for the basic-ziplines
2015-09-22 21:16:35 +04:00
Anton Strömkvist
13d79f8a4f Merge pull request #3321 from natac13/natac13-expect-to-assert-advanced-bonfires
changed expects to assert style tests
2015-09-21 16:56:33 +02:00
Nerodenko Alexey
0da44d712b Add russian translation for the basic-ziplines 2015-09-21 17:19:22 +03:00
natac13
4763f9957c changed expects to assert style tests
more uniform descriptions
closes #3316
2015-09-20 16:24:01 -04:00
Arsen Melikyan
5ab8c0a228 Merge pull request #3377 from TylerMoeller/patch-1
Fix typo in html5-and-css.json
2015-09-20 20:27:01 +04:00
Anton Strömkvist
f06cf41065 Merge pull request #3369 from bugron/fix/editor-match-error_fix
Fixes two 'editor.match() in null' errors
2015-09-20 17:47:47 +02:00
Tyler Moeller
99f2dc2ac4 Fix typo in html5-and-css.json
The challenge "Nest an Anchor Element within a Paragraph" has a small typo at the end of the English description text as highlighted below:

"Now nest your existing a element within a new p element so that the surrounding paragraph says "View more cat photos", but where only "cat photos" is a link, and the rest of the text is rest is plain text."

This commit removes the final "rest is" highlighted above, giving us this sentence instead:

Now nest your existing a element within a new p element so that the surrounding paragraph says "View more cat photos", but where only "cat photos" is a link, and the rest of the text is plain text.
2015-09-20 08:35:21 -07:00
natac13
c62503bec4 fix unclear description slasher flick
closes #3373
2015-09-20 11:21:57 -04:00
Arsen Melikyan
8129f8a277 fixes two 'editor.match() in null' errors 2015-09-20 02:17:25 +04:00
Arsen Melikyan
635d02db03 fixes a test in a bonfire 2015-09-20 01:08:05 +04:00
Aniruddh Agarwal
dfe6da9ea6 Added test to determine num of elements with class 2015-09-19 20:18:17 +08:00
Berkeley Martinez
f871db26da Merge pull request #3326 from AEA2002/change/functionName
changed user-named function: replace to myReplace
2015-09-17 22:50:30 -07:00
Aniruddh Agarwal
93029f4e35 Refactored intermediate bonfires expect to assert 2015-09-18 10:37:32 +08:00
Berkeley Martinez
5da4be5779 Merge pull request #3341 from QuincyLarson/basejump
make "basejump" singular instead of plural on the map
2015-09-17 13:35:22 -07:00
Arsen Melikyan
e4eda74fa2 Merge pull request #3342 from avastu/Fix-title-case
Fixes "Javascript uses use" typos
2015-09-17 15:23:04 +04:00
Utsav Ahuja
63da377fa8 Fixed "Javascript uses use" typo 2015-09-17 01:04:00 -07:00
Quincy Larson
58a8725d75 make "basejump" singular instead of plural on the map 2015-09-16 23:57:05 -07:00
ahstro
a526b9d54a Fix typo in bonfire test case 2015-09-16 22:34:25 +02:00
AEA2002
986a9977ee changed user-named function: replace to myReplace 2015-09-15 19:02:56 -04:00
ahstro
7e9c5e0882 Add more falsy values to 'Falsy Bouncer', again.
This was already fixed at some point by abhisekp, but their changes
seems to have been overwritten somewhere along the line.
2015-09-15 18:46:51 +02:00
Aryan Jabbari
266b40702e Changed 'background color of blue' to 'color of blue'; fixed #3306 2015-09-15 01:13:52 -04:00
Joel Bentley
627cb9b122 Fix description Bonfire: Arguments Optional 2015-09-14 19:38:59 -04:00
Berkeley Martinez
fba0d02c08 Merge branch 'bonfire-tests' of https://github.com/QuincyLarson/freecodecamp into QuincyLarson-bonfire-tests 2015-09-14 15:28:14 -07:00
Berkeley Martinez
1eb34dc175 Merge pull request #3298 from awesomeaniruddh/fix/html-waypoint-desc
Fix waypoint description to be in accordance with W3C rec
2015-09-14 15:20:33 -07:00
Berkeley Martinez
a30a5f4bcb Merge pull request #3303 from avastu/Fix-title-case
Fixed Ambigious Explanation of Title Case
2015-09-14 15:18:33 -07:00
Quincy Larson
4f16b0e996 revert intermediate-bonfires to previous state for another camper to tackle 2015-09-14 14:57:14 -07:00
Quincy Larson
d66dbc3879 Merge branch 'staging' into bonfire-tests 2015-09-14 14:56:06 -07:00
Quincy Larson
952b5e8e70 verify all basic-bonfires.json bonfires work as before 2015-09-14 14:55:00 -07:00
Aniruddh Agarwal
22e785b0b8 Fix waypoint description to be in accordance with W3C rec 2015-09-15 05:50:14 +08:00