mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8b14488827
A bug in TestRequest caused null response bodies to be stringified. This change causes null to be treated faithfully. Fixes #20744 PR Close #21417