huyufeifei

Results 2 issues of huyufeifei

```rust #[test] fn test_invalid_chunk() { let mut chunk_bytes: Vec = testing_chunks() .into_iter() .flat_map(|chunk| chunk.as_bytes()) .collect(); #[rustfmt::skip] let mut bad_chunk = vec![ 0, 0, 0, 5, // length 32, 117, 83,...

### Description When setting style to "gb-7714-2015-numeric", compiler seems to use ',' for multiple citations where is expected to be '-', as shown below: ![2024-05-22_00_30_33](https://github.com/typst/typst/assets/38348650/b852629b-f02c-4768-bcae-98dae4727bf2) --- and when using "gb-7714-2015-note",...

bug