1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
#[path = "tests/issue_100_conditional.rs"] mod issue_100_conditional; #[path = "tests/issue_101_implicit_string.rs"] mod issue_101_implicit_string; #[path = "tests/issue_102_numeric_enum.rs"] mod issue_102_numeric_enum; #[path = "tests/issue_103_higher_order.rs"] mod issue_103_higher_order; #[path = "tests/issue_113_is_dummy.rs"] mod issue_113_is_dummy; #[path = "tests/issue_114_hud_subheader.rs"] mod issue_114_hud_subheader; #[path = "tests/issue_115_string_continuation.rs"] mod issue_115_string_continuation; #[path = "tests/issue_129_included_main_file.rs"] mod issue_129_included_main_file; #[path = "tests/issue_130_horizontal_facing_angle.rs"] mod issue_130_horizontal_facing_angle; #[path = "tests/issue_131_spec_visibility.rs"] mod issue_131_spec_visibility; #[path = "tests/issue_142_preprocessing.rs"] mod issue_142_preprocessing; #[path = "tests/issue_144_builtin_surface.rs"] mod issue_144_builtin_surface; #[path = "tests/issue_145_lowering.rs"] mod issue_145_lowering; #[path = "tests/issue_42_oracle.rs"] mod issue_42_oracle; #[path = "tests/issue_46_oracle.rs"] mod issue_46_oracle; #[path = "tests/issue_47_oracle.rs"] mod issue_47_oracle; #[path = "tests/issue_59_oracle.rs"] mod issue_59_oracle; #[path = "tests/issue_65_player_variable.rs"] mod issue_65_player_variable; #[path = "tests/issue_85_preprocessing.rs"] mod issue_85_preprocessing; #[path = "tests/issue_89_oracle.rs"] mod issue_89_oracle; #[path = "tests/issue_93_frontend.rs"] mod issue_93_frontend; #[path = "tests/issue_94_semantics.rs"] mod issue_94_semantics; #[path = "tests/issue_99_numeric_range.rs"] mod issue_99_numeric_range;