jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/icon/directive_feature.test
2016-02-02 21:12:02 -05:00

21 lines
352 B
Plaintext

$include
$line
$define
$undef
$ifdef
$ifndef
----------------------------------------------------
[
["directive", "$include"],
["directive", "$line"],
["directive", "$define"],
["directive", "$undef"],
["directive", "$ifdef"],
["directive", "$ifndef"]
]
----------------------------------------------------
Checks for preprocessor directives.