Skip to content

Commit

Permalink
Update While.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmitrah authored Feb 1, 2024
1 parent 7d8ab51 commit 737ee27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tags/While.cfc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
component extends="org.lucee.cfml.test.LuceeTestCase" labels="asa"{
component extends="org.lucee.cfml.test.LuceeTestCase" {
public function run( testResults, textbox ) {
describe(title="Testcase for Cfwhile tag", body=function() {
it(title="Checking the Cfwhile tag", body=function( currentSpec ) {
Expand All @@ -11,4 +11,4 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="asa"{
});
});
}
}
}

0 comments on commit 737ee27

Please sign in to comment.