From 483881ec6a063065f687818e555c1a1dc78eba6c Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 17 Jul 2018 15:26:29 -0700 Subject: [PATCH] Use included range branch of javascript parser for testing on windows CI Co-Authored-By: Ashi Krishnan --- script/fetch-fixtures.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/fetch-fixtures.cmd b/script/fetch-fixtures.cmd index 187aba6d..86c65e81 100644 --- a/script/fetch-fixtures.cmd +++ b/script/fetch-fixtures.cmd @@ -1,6 +1,6 @@ @echo off -call:fetch_grammar javascript master +call:fetch_grammar javascript included-range-boundaries call:fetch_grammar json master call:fetch_grammar c master call:fetch_grammar cpp master