v1
- by trevorhreed 12/11/202300
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const strs = [
  '',
  '*',
  '#',
  '*short',
  '#short',
  '*'.padEnd(2500, '-'),
  '#'.padEnd(2500, '-'),
]
delete caserun single casemove downdrag and drop case


ready



strs.forEach(str => str.startsWith('*'))
delete caserun single casemove upmove downdrag and drop case


ready



strs.forEach(str => str.charAt(0) === '*')
delete caserun single casemove upmove downdrag and drop case


ready



strs.forEach(str => str[0] === '*')
delete caserun single casemove updrag and drop case


ready



strs.forEach(str => str.match(/^\*/))
Test Case - click to add another test case
Teardown JS - click to add teardown JavaScript
Output (DOM) - click to monitor output (DOM) while test is running
RUN