@@ -56,14 +56,14 @@ test("keeps navigation and anchors accessible", () => {
5656} ) ;
5757
5858test ( "keeps the PRODUCT.md product boundary explicit" , ( ) => {
59- assert . match ( index , / v 0 \. 8 \. 0 / ) ;
59+ assert . match ( index , / v 0 \. 9 \. 0 / ) ;
6060 assert . match ( index , / m a c O S 1 4 \+ | m a c O S 1 4 S o n o m a / ) ;
6161 assert . match ( index , / A p p l e S i l i c o n / ) ;
6262 assert . match ( index , / W h i s p e r K i t / ) ;
6363 assert . match ( index , / m o d e l d o w n l o a d s / i) ;
6464 assert . match ( index , / B e t a / ) ;
6565 assert . match ( index , / i n c l u d e s P a r a k e e t / i) ;
66- assert . match ( index , / A d d i t i o n a l e n g i n e s a n d m o d e l s a v a i l a b l e i n v 0 \. 8 \. 0 / i) ;
66+ assert . match ( index , / A d d i t i o n a l e n g i n e s a n d m o d e l s a v a i l a b l e i n v 0 \. 9 \. 0 / i) ;
6767 assert . match ( index , / P a r a k e e t / ) ;
6868 assert . match ( index , / s h e r p a - o n n x / ) ;
6969 assert . doesNotMatch ( index , / S t a b l e r e l e a s e / i) ;
@@ -96,7 +96,7 @@ test("emits valid structured metadata", () => {
9696 assert . ok ( jsonLd , "homepage JSON-LD is present" ) ;
9797 const structured = JSON . parse ( jsonLd ) ;
9898 assert . equal ( structured [ "@type" ] , "SoftwareApplication" ) ;
99- assert . equal ( structured . softwareVersion , "0.8 .0" ) ;
99+ assert . equal ( structured . softwareVersion , "0.9 .0" ) ;
100100 assert . equal ( structured . processorRequirements , "Apple Silicon" ) ;
101101} ) ;
102102
@@ -141,7 +141,7 @@ test("keeps content available without javascript", () => {
141141 assert . match ( index , / < d e t a i l s [ ^ > ] + o p e n / ) ;
142142 assert . match ( index , / < s u m m a r y > D o e s m y v o i c e l e a v e m y M a c \? < \/ s u m m a r y > / ) ;
143143 assert . match ( index , / b r e w i n s t a l l - - c a s k v o c a m a c / ) ;
144- assert . match ( index , / D o w n l o a d v 0 \. 8 \. 0 D M G / ) ;
144+ assert . match ( index , / D o w n l o a d v 0 \. 9 \. 0 D M G / ) ;
145145 assert . match ( script , / I n t e r s e c t i o n O b s e r v e r / ) ;
146146 assert . match ( script , / s e t T i m e o u t \( f u n c t i o n \( \) \{ r e v e a l I t e m s \. f o r E a c h \( r e v e a l \) ; \} , 8 0 0 \) / ) ;
147147 assert . match ( script , / e v e n t \. k e y = = = " E s c a p e " / ) ;
0 commit comments