PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
wp-statistics
/
vendor
/
mustangostang
/
spyc
/
tests
<?php class LoadTest extends PHPUnit_Framework_TestCase { public function testQuotes() { $test_values = array( "adjacent '''' \"\"\"\" quotes.", "adjacent '''' quotes.", "adjacent \"\"\"\" quotes.", ); foreach($test_values as $value) { $yaml = array($value); $dump = Spyc::YAMLDump ($yaml); $yaml_loaded = Spyc::YAMLLoad ($dump); $this->assertEquals ($yaml, $yaml_loaded); } } }
[-] RoundTripTest.php
[edit]
[-] comments.yaml
[edit]
[-] failing1.yaml
[edit]
[-] LoadTest.php
[edit]
[-] quotes.yaml
[edit]
[-] IndentTest.php
[edit]
[-] DumpTest.php
[edit]
[+]
..
[-] ParseTest.php
[edit]
[-] indent_1.yaml
[edit]