From b53c1f6748ac5a38c7268c3d0e4c731c3cbfe047 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Tue, 26 Aug 2014 14:51:33 +0900 Subject: [PATCH] Add example of range comment in REST API documentation Bug: Issue 2861 Change-Id: Id9db8fd7a56178f469b1ed17d1cac14c78bfff79 --- Documentation/rest-api-changes.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt index 3385378801..0d0d27bbe1 100644 --- a/Documentation/rest-api-changes.txt +++ b/Documentation/rest-api-changes.txt @@ -1545,6 +1545,16 @@ link:#review-input[ReviewInput] entity. { "line": 49, "message": "[nit] s/conrtol/control" + }, + { + "range": { + "start_line": 50, + "start_character": 0, + "end_line": 55, + "end_character": 20 + }, + "line": 55, + "message": "Incorrect indentation" } ] }