superscript dev4
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 31 Dec 2020 03:44:16 +0000 (19:44 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 31 Dec 2020 03:58:11 +0000 (19:58 -0800)
tests/output/pivot-table-test.c

index 6959c909ae1dfa5b3c50e33a5acdc7abc0a3612e..c9887399325e9f4345ded2a6ec8fab76345d6923 100644 (file)
@@ -362,9 +362,6 @@ read_value_option (struct lexer *lexer, struct pivot_value *value)
         }
     }
 
-  if (parse_string_setting (lexer, "SUPERSCRIPT", &value->superscript))
-    return;
-
   if (lex_match_id (lexer, "SUBSCRIPTS"))
     {
       lex_match (lexer, T_EQUALS);