Remove quotes around codetags curriculum/challenges/arabic (#35843)
This commit is contained in:
committed by
Randell Dawson
parent
914e7a4fe4
commit
91a5e8dfed
@@ -20,7 +20,7 @@ tests:
|
||||
- text: ''
|
||||
testString: 'assert(typeof brain(bye) === "string", "<code>brain(bye)</code> should return a string");'
|
||||
- text: ''
|
||||
testString: 'assert.equal(brain("++++++[>++++++++++<-]>+++++."),"A", "<code>brain("++++++[>++++++++++<-]>+++++.")</code should return "A"");'
|
||||
testString: 'assert.equal(brain("++++++[>++++++++++<-]>+++++."),"A", "<code>brain("++++++[>++++++++++<-]>+++++.")</code> should return "A"");'
|
||||
- text: ''
|
||||
testString: 'assert.equal(brain(bye), "Goodbye, World!\r\n", "<code>brain(bye)</code> should return <code>Goodbye, World!\\r\\n</code>");'
|
||||
- text: ''
|
||||
|
||||
Reference in New Issue
Block a user