Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   rillig
Date:           Sun Apr 24 10:36:37 UTC 2022

Modified Files:
        src/distrib/sets/lists/tests: mi
        src/tests/usr.bin/indent: Makefile fmt_decl.c lsym_binary_op.c
            lsym_comment.c lsym_do.c lsym_eof.c lsym_for.c lsym_form_feed.c
            lsym_funcname.c lsym_if.c lsym_newline.c lsym_preprocessing.c
            lsym_rparen_or_rbracket.c lsym_semicolon.c lsym_storage_class.c
            lsym_tag.c lsym_typedef.c lsym_unary_op.c lsym_while.c lsym_word.c
            psym_decl.c psym_do.c psym_do_stmt.c psym_else.c psym_stmt.c
            psym_stmt_list.c
Added Files:
        src/tests/usr.bin/indent: edge_cases.c fmt_init.c
Removed Files:
        src/tests/usr.bin/indent: token_binary_op.c token_comment.c
            token_decl.c token_do_stmt.c token_end_of_file.c token_for_exprs.c
            token_form_feed.c token_funcname.c token_ident.c token_keyword_do.c
            token_keyword_do_else.c token_keyword_else.c
            token_keyword_for_if_while.c token_keyword_struct_union_enum.c
            token_newline.c token_postfix_op.c token_preprocessing.c
            token_rparen.c token_semicolon.c token_stmt.c token_stmt_list.c
            token_storage_class.c token_string_prefix.c token_switch_expr.c
            token_type_def.c token_unary_op.c token_while_expr.c

Log Message:
tests/indent: migrate token tests to other tests

In indent.h 1.49 from 2021-10-25, the enumeration token_type was split
into lexer_symbol and parser_symbol to more clearly express that these
tokens fall into completely different classes of usage patterns.


To generate a diff of this commit:
cvs rdiff -u -r1.1197 -r1.1198 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.44 -r1.45 src/tests/usr.bin/indent/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/indent/edge_cases.c \
    src/tests/usr.bin/indent/fmt_init.c
cvs rdiff -u -r1.35 -r1.36 src/tests/usr.bin/indent/fmt_decl.c
cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/indent/lsym_binary_op.c \
    src/tests/usr.bin/indent/lsym_typedef.c \
    src/tests/usr.bin/indent/lsym_word.c
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/indent/lsym_comment.c \
    src/tests/usr.bin/indent/lsym_do.c src/tests/usr.bin/indent/lsym_eof.c \
    src/tests/usr.bin/indent/lsym_for.c \
    src/tests/usr.bin/indent/lsym_form_feed.c \
    src/tests/usr.bin/indent/lsym_funcname.c \
    src/tests/usr.bin/indent/lsym_if.c \
    src/tests/usr.bin/indent/lsym_newline.c \
    src/tests/usr.bin/indent/lsym_rparen_or_rbracket.c \
    src/tests/usr.bin/indent/lsym_semicolon.c \
    src/tests/usr.bin/indent/lsym_storage_class.c \
    src/tests/usr.bin/indent/lsym_while.c \
    src/tests/usr.bin/indent/psym_decl.c src/tests/usr.bin/indent/psym_do.c \
    src/tests/usr.bin/indent/psym_do_stmt.c \
    src/tests/usr.bin/indent/psym_else.c src/tests/usr.bin/indent/psym_stmt.c \
    src/tests/usr.bin/indent/psym_stmt_list.c
cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/indent/lsym_preprocessing.c \
    src/tests/usr.bin/indent/lsym_tag.c \
    src/tests/usr.bin/indent/lsym_unary_op.c
cvs rdiff -u -r1.13 -r0 src/tests/usr.bin/indent/token_binary_op.c
cvs rdiff -u -r1.30 -r0 src/tests/usr.bin/indent/token_comment.c
cvs rdiff -u -r1.3 -r0 src/tests/usr.bin/indent/token_decl.c \
    src/tests/usr.bin/indent/token_do_stmt.c \
    src/tests/usr.bin/indent/token_end_of_file.c \
    src/tests/usr.bin/indent/token_funcname.c \
    src/tests/usr.bin/indent/token_keyword_do.c \
    src/tests/usr.bin/indent/token_keyword_do_else.c \
    src/tests/usr.bin/indent/token_keyword_else.c \
    src/tests/usr.bin/indent/token_keyword_for_if_while.c \
    src/tests/usr.bin/indent/token_postfix_op.c \
    src/tests/usr.bin/indent/token_rparen.c \
    src/tests/usr.bin/indent/token_stmt.c \
    src/tests/usr.bin/indent/token_stmt_list.c \
    src/tests/usr.bin/indent/token_storage_class.c \
    src/tests/usr.bin/indent/token_switch_expr.c \
    src/tests/usr.bin/indent/token_type_def.c
cvs rdiff -u -r1.4 -r0 src/tests/usr.bin/indent/token_for_exprs.c \
    src/tests/usr.bin/indent/token_newline.c \
    src/tests/usr.bin/indent/token_preprocessing.c \
    src/tests/usr.bin/indent/token_semicolon.c \
    src/tests/usr.bin/indent/token_unary_op.c \
    src/tests/usr.bin/indent/token_while_expr.c
cvs rdiff -u -r1.5 -r0 src/tests/usr.bin/indent/token_form_feed.c \
    src/tests/usr.bin/indent/token_keyword_struct_union_enum.c \
    src/tests/usr.bin/indent/token_string_prefix.c
cvs rdiff -u -r1.7 -r0 src/tests/usr.bin/indent/token_ident.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index