Blame view

bower_components/prism/tests/languages/fsharp/preprocessor_feature.test 516 Bytes
eb240478   Luigi Serra   public room cards...
1
2
3
4
  #if foo

  #else

  #endif

  

f748e9cf   Luigi Serra   new controllet an...
5
6
7
8
  #light

  #line

  #nowarn

  

eb240478   Luigi Serra   public room cards...
9
10
11
  ----------------------------------------------------

  

  [

f748e9cf   Luigi Serra   new controllet an...
12
13
14
15
16
17
  	["preprocessor", ["#", ["directive", "if"], " foo"]],

  	["preprocessor", ["#", ["directive", "else"]]],

  	["preprocessor", ["#", ["directive", "endif"]]],

  	["preprocessor", ["#", ["directive", "light"]]],

  	["preprocessor", ["#", ["directive", "line"]]],

  	["preprocessor", ["#", ["directive", "nowarn"]]]

eb240478   Luigi Serra   public room cards...
18
19
20
21
22
  ]

  

  ----------------------------------------------------

  

  Checks for preprocessor directives.