Skip to content

Commit 47c7040

Browse files
committed
update tests
1 parent 8d2610f commit 47c7040

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

src/transform/fixtures/tutorials.ts

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -899,31 +899,31 @@ export const tutorials_out_list = [
899899
tutorials: [
900900
{
901901
name: "Basics",
902-
slug: "basics",
902+
slug: "introduction-basics",
903903
},
904904
{
905905
name: "Adding data",
906-
slug: "adding-data",
906+
slug: "introduction-adding-data",
907907
},
908908
{
909909
name: "Dynamic attributes",
910-
slug: "dynamic-attributes",
910+
slug: "introduction-dynamic-attributes",
911911
},
912912
{
913913
name: "Styling",
914-
slug: "styling",
914+
slug: "introduction-styling",
915915
},
916916
{
917917
name: "Nested components",
918-
slug: "nested-components",
918+
slug: "introduction-nested-components",
919919
},
920920
{
921921
name: "HTML tags",
922-
slug: "html-tags",
922+
slug: "introduction-html-tags",
923923
},
924924
{
925925
name: "Making an app",
926-
slug: "making-an-app",
926+
slug: "introduction-making-an-app",
927927
},
928928
],
929929
},
@@ -932,19 +932,19 @@ export const tutorials_out_list = [
932932
tutorials: [
933933
{
934934
name: "Assignments",
935-
slug: "assignments",
935+
slug: "reactivity-assignments",
936936
},
937937
{
938938
name: "Declarations",
939-
slug: "declarations",
939+
slug: "reactivity-declarations",
940940
},
941941
{
942942
name: "Statements",
943-
slug: "statements",
943+
slug: "reactivity-statements",
944944
},
945945
{
946946
name: "Updating arrays and objects",
947-
slug: "updating-arrays-and-objects",
947+
slug: "reactivity-updating-arrays-and-objects",
948948
},
949949
],
950950
},
@@ -953,15 +953,15 @@ export const tutorials_out_list = [
953953
tutorials: [
954954
{
955955
name: "Declaring props",
956-
slug: "declaring-props",
956+
slug: "props-declaring-props",
957957
},
958958
{
959959
name: "Default values",
960-
slug: "default-values",
960+
slug: "props-default-values",
961961
},
962962
{
963963
name: "Spread props",
964-
slug: "spread-props",
964+
slug: "props-spread-props",
965965
},
966966
],
967967
},
@@ -970,27 +970,27 @@ export const tutorials_out_list = [
970970
tutorials: [
971971
{
972972
name: "If blocks",
973-
slug: "if-blocks",
973+
slug: "logic-if-blocks",
974974
},
975975
{
976976
name: "Else blocks",
977-
slug: "else-blocks",
977+
slug: "logic-else-blocks",
978978
},
979979
{
980980
name: "Else-if blocks",
981-
slug: "else-if-blocks",
981+
slug: "logic-else-if-blocks",
982982
},
983983
{
984984
name: "Each blocks",
985-
slug: "each-blocks",
985+
slug: "logic-each-blocks",
986986
},
987987
{
988988
name: "Keyed each blocks",
989-
slug: "keyed-each-blocks",
989+
slug: "logic-keyed-each-blocks",
990990
},
991991
{
992992
name: "Await blocks",
993-
slug: "await-blocks",
993+
slug: "logic-await-blocks",
994994
},
995995
],
996996
},
@@ -999,27 +999,27 @@ export const tutorials_out_list = [
999999
tutorials: [
10001000
{
10011001
name: "DOM events",
1002-
slug: "dom-events",
1002+
slug: "events-dom-events",
10031003
},
10041004
{
10051005
name: "Inline handlers",
1006-
slug: "inline-handlers",
1006+
slug: "events-inline-handlers",
10071007
},
10081008
{
10091009
name: "Event modifiers",
1010-
slug: "event-modifiers",
1010+
slug: "events-event-modifiers",
10111011
},
10121012
{
10131013
name: "Component events",
1014-
slug: "component-events",
1014+
slug: "events-component-events",
10151015
},
10161016
{
10171017
name: "Event forwarding",
1018-
slug: "event-forwarding",
1018+
slug: "events-event-forwarding",
10191019
},
10201020
{
10211021
name: "DOM event forwarding",
1022-
slug: "dom-event-forwarding",
1022+
slug: "events-dom-event-forwarding",
10231023
},
10241024
],
10251025
},
@@ -1028,7 +1028,7 @@ export const tutorials_out_list = [
10281028
export const tutorials_out_full = [
10291029
{
10301030
name: "Basics",
1031-
slug: "basics",
1031+
slug: "introduction-basics",
10321032
initial: [
10331033
{
10341034
name: "App.svelte",
@@ -1042,7 +1042,7 @@ export const tutorials_out_full = [
10421042
},
10431043
{
10441044
name: "Adding data",
1045-
slug: "adding-data",
1045+
slug: "introduction-adding-data",
10461046
initial: [
10471047
{
10481048
name: "App.svelte",
@@ -1063,7 +1063,7 @@ export const tutorials_out_full = [
10631063
},
10641064
{
10651065
name: "Dynamic attributes",
1066-
slug: "dynamic-attributes",
1066+
slug: "introduction-dynamic-attributes",
10671067
initial: [
10681068
{
10691069
name: "App.svelte",
@@ -1085,7 +1085,7 @@ export const tutorials_out_full = [
10851085
},
10861086
{
10871087
name: "Styling",
1088-
slug: "styling",
1088+
slug: "introduction-styling",
10891089
initial: [
10901090
{
10911091
name: "App.svelte",
@@ -1107,7 +1107,7 @@ export const tutorials_out_full = [
11071107
},
11081108
{
11091109
name: "Nested components",
1110-
slug: "nested-components",
1110+
slug: "introduction-nested-components",
11111111
initial: [
11121112
{
11131113
name: "App.svelte",
@@ -1139,7 +1139,7 @@ export const tutorials_out_full = [
11391139
},
11401140
{
11411141
name: "HTML tags",
1142-
slug: "html-tags",
1142+
slug: "introduction-html-tags",
11431143
initial: [
11441144
{
11451145
name: "App.svelte",
@@ -1161,7 +1161,7 @@ export const tutorials_out_full = [
11611161
},
11621162
{
11631163
name: "Making an app",
1164-
slug: "making-an-app",
1164+
slug: "introduction-making-an-app",
11651165
initial: [
11661166
{
11671167
name: "App.svelte",
@@ -1175,7 +1175,7 @@ export const tutorials_out_full = [
11751175
},
11761176
{
11771177
name: "Assignments",
1178-
slug: "assignments",
1178+
slug: "reactivity-assignments",
11791179
initial: [
11801180
{
11811181
name: "App.svelte",
@@ -1197,7 +1197,7 @@ export const tutorials_out_full = [
11971197
},
11981198
{
11991199
name: "Declarations",
1200-
slug: "declarations",
1200+
slug: "reactivity-declarations",
12011201
initial: [
12021202
{
12031203
name: "App.svelte",
@@ -1219,7 +1219,7 @@ export const tutorials_out_full = [
12191219
},
12201220
{
12211221
name: "Statements",
1222-
slug: "statements",
1222+
slug: "reactivity-statements",
12231223
initial: [
12241224
{
12251225
name: "App.svelte",
@@ -1241,7 +1241,7 @@ export const tutorials_out_full = [
12411241
},
12421242
{
12431243
name: "Updating arrays and objects",
1244-
slug: "updating-arrays-and-objects",
1244+
slug: "reactivity-updating-arrays-and-objects",
12451245
initial: [
12461246
{
12471247
name: "App.svelte",
@@ -1263,7 +1263,7 @@ export const tutorials_out_full = [
12631263
},
12641264
{
12651265
name: "Declaring props",
1266-
slug: "declaring-props",
1266+
slug: "props-declaring-props",
12671267
initial: [
12681268
{
12691269
name: "App.svelte",
@@ -1297,7 +1297,7 @@ export const tutorials_out_full = [
12971297
},
12981298
{
12991299
name: "Default values",
1300-
slug: "default-values",
1300+
slug: "props-default-values",
13011301
initial: [
13021302
{
13031303
name: "App.svelte",
@@ -1331,7 +1331,7 @@ export const tutorials_out_full = [
13311331
},
13321332
{
13331333
name: "Spread props",
1334-
slug: "spread-props",
1334+
slug: "props-spread-props",
13351335
initial: [
13361336
{
13371337
name: "App.svelte",
@@ -1365,7 +1365,7 @@ export const tutorials_out_full = [
13651365
},
13661366
{
13671367
name: "If blocks",
1368-
slug: "if-blocks",
1368+
slug: "logic-if-blocks",
13691369
initial: [
13701370
{
13711371
name: "App.svelte",
@@ -1387,7 +1387,7 @@ export const tutorials_out_full = [
13871387
},
13881388
{
13891389
name: "Else blocks",
1390-
slug: "else-blocks",
1390+
slug: "logic-else-blocks",
13911391
initial: [
13921392
{
13931393
name: "App.svelte",
@@ -1409,7 +1409,7 @@ export const tutorials_out_full = [
14091409
},
14101410
{
14111411
name: "Else-if blocks",
1412-
slug: "else-if-blocks",
1412+
slug: "logic-else-if-blocks",
14131413
initial: [
14141414
{
14151415
name: "App.svelte",
@@ -1431,7 +1431,7 @@ export const tutorials_out_full = [
14311431
},
14321432
{
14331433
name: "Each blocks",
1434-
slug: "each-blocks",
1434+
slug: "logic-each-blocks",
14351435
initial: [
14361436
{
14371437
name: "App.svelte",
@@ -1453,7 +1453,7 @@ export const tutorials_out_full = [
14531453
},
14541454
{
14551455
name: "Keyed each blocks",
1456-
slug: "keyed-each-blocks",
1456+
slug: "logic-keyed-each-blocks",
14571457
initial: [
14581458
{
14591459
name: "App.svelte",
@@ -1487,7 +1487,7 @@ export const tutorials_out_full = [
14871487
},
14881488
{
14891489
name: "Await blocks",
1490-
slug: "await-blocks",
1490+
slug: "logic-await-blocks",
14911491
initial: [
14921492
{
14931493
name: "App.svelte",
@@ -1509,7 +1509,7 @@ export const tutorials_out_full = [
15091509
},
15101510
{
15111511
name: "DOM events",
1512-
slug: "dom-events",
1512+
slug: "events-dom-events",
15131513
initial: [
15141514
{
15151515
name: "App.svelte",
@@ -1531,7 +1531,7 @@ export const tutorials_out_full = [
15311531
},
15321532
{
15331533
name: "Inline handlers",
1534-
slug: "inline-handlers",
1534+
slug: "events-inline-handlers",
15351535
initial: [
15361536
{
15371537
name: "App.svelte",
@@ -1553,7 +1553,7 @@ export const tutorials_out_full = [
15531553
},
15541554
{
15551555
name: "Event modifiers",
1556-
slug: "event-modifiers",
1556+
slug: "events-event-modifiers",
15571557
initial: [
15581558
{
15591559
name: "App.svelte",
@@ -1575,7 +1575,7 @@ export const tutorials_out_full = [
15751575
},
15761576
{
15771577
name: "Component events",
1578-
slug: "component-events",
1578+
slug: "events-component-events",
15791579
initial: [
15801580
{
15811581
name: "App.svelte",
@@ -1609,7 +1609,7 @@ export const tutorials_out_full = [
16091609
},
16101610
{
16111611
name: "Event forwarding",
1612-
slug: "event-forwarding",
1612+
slug: "events-event-forwarding",
16131613
initial: [
16141614
{
16151615
name: "App.svelte",
@@ -1655,7 +1655,7 @@ export const tutorials_out_full = [
16551655
},
16561656
{
16571657
name: "DOM event forwarding",
1658-
slug: "dom-event-forwarding",
1658+
slug: "events-dom-event-forwarding",
16591659
initial: [
16601660
{
16611661
name: "App.svelte",

0 commit comments

Comments
 (0)