From 873ebc805580ecc54cbe3479a91160a8bee70886 Mon Sep 17 00:00:00 2001 From: Leon Xu Date: Wed, 26 Jun 2024 10:42:47 -0700 Subject: [PATCH] Normalize newlines in public-api-test (#45145) Summary: Tests were failing on windows due to parsing CRLF line endings. This change enables the API tests for windows by normalizing line endings before parsing the file. ## Changelog: [INTERNAL] [ADDED] - `public-api-test` now runs on Windows.