automated-typo3-update/tests/Fixtures/CodeSniffer/Tokenizers/TypoScript/example.ts
Daniel Siepmann dffcac2bd5
FEATURE: Add FQObjectIdentifier to TypoScript tokens
* To make later checks easier, add the fully qualified object
  identifier, to all object identifier tokens while tokenizing
  TypoScript.
* Adjust tests accordingly.
* Add necessary autoloading.

Closes: #66
2017-05-02 10:48:43 +02:00

19 lines
270 B
TypeScript

# Comment
plugin {
tx_example {
settings = TEST
}
tx_example_2 {
settings = TEST
}
}
plugin.tx_example.view.something = 1
plugin.tx_example {
view {
something = 1
}
settings2 = TEST
}
config {
enable_realurl = 1
}