YAML(Yet Another Markup Language) or (YAML Ain’t Markup Language) is a human friendly data serialization standard for all programming languages and is often used to write configuration files.
The Validate YAML online also called as YAML Lint tool was created to help with debugging, find errors and warnings in the YAML files. This tool allows you to solve the problem by validate YAML data so that it is easy to debug.
Just paste your YAML data to the textarea above and click to the button "Validate" and you will get result of validate below in the next form.
# test yaml -----------------------------------------------#
namespace: common\tests
actor_suffix: Tester
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
modules:
config:
wtools:
configFile: 'config/test-local.php'
Not-Valid: plain text is not yaml