X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=blobdiff_plain;f=csrc%2Findent_test.mdc;h=3df78d08a937245deb0fbbc6f821ec65a9736c05;hp=960f63eb8122a2b8791952498e5c7b42832d2029;hb=850a39a0a761e0af89c15253f075ecd9e9ecc6ee;hpb=86e54542650f7f72a04c70618e07091f905398c8 diff --git a/csrc/indent_test.mdc b/csrc/indent_test.mdc index 960f63e..3df78d0 100644 --- a/csrc/indent_test.mdc +++ b/csrc/indent_test.mdc @@ -114,8 +114,6 @@ with complete bracketing and indenting. char *file = mmap(NULL, len, PROT_READ, MAP_SHARED, fd, 0); struct section *s = code_extract(file, file+len, NULL); struct token_config config = { - .ignored = (1 << TK_line_comment) - | (1 << TK_block_comment), .number_chars = ".,_+-", .word_start = "", .word_cont = "",