PHP Classes

File: libs/Twig/test/Twig/Tests/Fixtures/expressions/ends_with.test

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Twig/test/Twig/Tests/Fixtures/expressions/ends_with.test   Download  
File: libs/Twig/test/Twig/Tests/Fixtures/expressions/ends_with.test
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 249 bytes
 

Contents

Class file image Download
--TEST-- Twig supports the "ends with" operator --TEMPLATE-- {{ 'foo' ends with 'o' ? 'OK' : 'KO' }} {{ not ('foo' ends with 'f') ? 'OK' : 'KO' }} {{ not ('foo' ends with 'foowaytoolong') ? 'OK' : 'KO' }} --DATA-- return array() --EXPECT-- OK OK OK