Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 8, 2023
1 parent 9f9b5ed commit cd923fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ describe("sanitizeFilePath", () => {
"/te#st/[].jsx": "/te_st/_.jsx",
'\0a?b*c:d\u007Fe<f>g#h"i{j}k|l^m[n]o`p.jsx':
"_a_b_c_d_e_f_g_h_i_j_k_l_m_n_o_p.jsx",
"Foo.vue?vue&type=script&setup=true&generic=T%20extends%20any%2C%20O%20extends%20T%3CZ%7Ca%3E&lang": "Foo.vue_vue_type_script_setup_true_generic_T_extends_any__O_extends_T_Z_a__lang",
"Foo.vue?vue&type=script&setup=true&generic=T%20extends%20any%2C%20O%20extends%20T%3CZ%7Ca%3E&lang":
"Foo.vue_vue_type_script_setup_true_generic_T_extends_any__O_extends_T_Z_a__lang",
"": "",
};
for (const id in cases) {
Expand Down

0 comments on commit cd923fa

Please sign in to comment.