Remove quotes around codetags curriculum/challenges/arabic (#35843)

This commit is contained in:
Allister Bernal
2019-05-06 15:51:49 -07:00
committed by Randell Dawson
parent 914e7a4fe4
commit 91a5e8dfed
14 changed files with 23 additions and 23 deletions

View File

@@ -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: ''