> +S02-builtin_data_types/num.t > S02-builtin_data_types/type.t > S02-literals/autoref.t > S02-literals/hex_chars.t # pure > S02-literals/radix.t > S02-polymorphic_types/subset-code.t # pure > S02-polymorphic_types/subset-range.t > +S03-operators/assign-is-not-binding.t > S03-operators/autoincrement.t # pure > S03-operators/comparison.t > S03-operators/context.t
In the test suite, could we perhaps aim for some consistency on the use of hyphens versus underscores, or at least articulate when one is used versus the other? For example, "assign-is-not-binding.t" versus "hex_chars.t" in the above. Personally I vastly prefer hyphens to underscores, but I suspect people have good reasons for preferring underscores. This is not a critical issue that needs immediate resolution, but it would be nice to be aiming towards a common convention. Pm