File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7272 - name : Upload Artifact
7373 uses : actions/upload-artifact@v4
7474 with :
75- name : esapi -lex-${{ matrix.lucee.version }}
75+ name : guard -lex-${{ matrix.lucee.version }}
7676 path : target/*.lex
7777
7878 - name : Debug Matrix Values
9797 luceeVersionQuery : ${{ matrix.lucee.query }}
9898 extensionDir : ${{ github.workspace }}/target
9999 env :
100- testLabels : esapi
100+ testLabels : guard
101101 testAdditional : ${{ github.workspace }}/tests
102102 LUCEE_ADMIN_PASSWORD : admin
103103
Original file line number Diff line number Diff line change 1- component extends = " org.lucee.cfml.test.LuceeTestCase" labels = " esapi " {
1+ component extends = " org.lucee.cfml.test.LuceeTestCase" labels = " guard " {
22
33 function run ( testResults , testBox ) {
44 describe ( title = " Guard: Canonicalize" , body = function () {
Original file line number Diff line number Diff line change 1- component extends = " org.lucee.cfml.test.LuceeTestCase" labels = " esapi " {
1+ component extends = " org.lucee.cfml.test.LuceeTestCase" labels = " guard " {
22 function run ( testResults , testBox ) {
33 describe ( " test case for guardDecode" , function () {
44 it (title = " Checking guardDecode with decodeFrom='html'" , body = function ( currentSpec ) {
Original file line number Diff line number Diff line change 1- component extends = " org.lucee.cfml.test.LuceeTestCase" labels = " esapi " {
1+ component extends = " org.lucee.cfml.test.LuceeTestCase" labels = " guard " {
22
33 function run ( testResults , testBox ) {
44 describe (" Testcase for LDEV-4009" , function () {
Original file line number Diff line number Diff line change 1- component extends = " org.lucee.cfml.test.LuceeTestCase" labels = " esapi " {
1+ component extends = " org.lucee.cfml.test.LuceeTestCase" labels = " guard " {
22 function run ( testResults , testBox ) {
33 describe ( title = ' Testcase for LDEV-4743' , body = function () {
44
Original file line number Diff line number Diff line change 1- component extends = " org.lucee.cfml.test.LuceeTestCase" labels = " esapi " {
1+ component extends = " org.lucee.cfml.test.LuceeTestCase" labels = " guard " {
22
33 function run ( testResults , testBox ) {
44 describe ( title = " Testcase for sanitizeHTML member function" , body = function () {
You can’t perform that action at this time.
0 commit comments