remove view test assets

This commit is contained in:
Bence Pőcze 2023-04-08 01:58:27 +02:00
parent f2aa55bc3e
commit ef6561ac19
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D
8 changed files with 0 additions and 50 deletions

View File

@ -1,22 +0,0 @@
@css(test1.css)
@js(test1.js)
@js(test2_<?= $some['expression'] ?>)
@extra
<?php phpinfo() ?>
@endextra
@extends(parent)
@section(section1)
<div>Test HTML with @extends - section 1</div>
@endsection
@section(section2)
<div>Test HTML with @extends - section 2</div>
@endsection
@extra
<?php $a = 'test_string' ?>
EXTRA
@endextra

View File

@ -1,5 +0,0 @@
@extends(parent1)
@extends(parent2)
<div>Test HTML with multiple @extends</div>

View File

@ -1,6 +0,0 @@
@extends(parent)
@section(section1)
@section(section2)
<div>Test HTML with opening @section before previous closed</div>

View File

@ -1,4 +0,0 @@
@extends(parent)
<div>Test HTML with @endsection when no section is open</div>
@endsection

View File

@ -1,3 +0,0 @@
@section(section1)
<div>Test HTML with @section but without @extends</div>

View File

@ -1,4 +0,0 @@
@css(test.css)
@js(test.js)
@js(test_<?= $some['expression'] ?>)
<div>Test HTML with @css and @js</div>

View File

@ -1,5 +0,0 @@
@extends(parent)
@section(section1)
<div>Test HTML with @extends</div>
@endsection

View File

@ -1 +0,0 @@
<div>Test HTML without @extends</div>