1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/plugins-dist/compresseur/tests/compacte.html
2015-04-28 17:10:23 +02:00

27 lines
546 B
HTML

[(#REM)
Teste les filtres |compacte_xx
]
[(#REM)
----------------- compacte_js -----------------
]
[(#CHEMIN{javascript/layer.js}|compacte
|spip_file_get_contents
|match{function AjaxSqueeze}
|?{'', [(#SET{err1,erreur fonction absente})] })]
[(#CHEMIN{javascript/layer.js}|compacte
|spip_file_get_contents
|match{Son premier argument}
|?{ [(#SET{err2,#VAL{'erreur commentaire present:'}|concat{#CHEMIN{javascript/layer.js}|compacte
|spip_file_get_contents}})] })]
#GET{err1}
#GET{err2}
[(#GET{err1}|sinon{#GET{err2}}|?{'', OK})]