}
@Test
public void testLocationURIAndID2ContentAssist() {
try {
ContentAssistProcessorTestBuilder _newBuilder = this.newBuilder();
StringConcatenation _builder = new StringConcatenation();
_builder.append("target \"TPName\"");
_builder.newLine();
_builder.append("location");
ContentAssistProcessorTestBuilder _append = _newBuilder.append(_builder.toString());
StringConcatenation _builder_1 = new StringConcatenation();
_builder_1.append("location \"http://p2.repository.url/\" {");
_builder_1.newLine();
_builder_1.append("\t");
_builder_1.newLine();
_builder_1.append("}");
_append.assertText(
" \"http://p2.repository.url/\" ",
" locationID ", _builder_1.toString());
} catch (Throwable _e) {
throw Exceptions.sneakyThrow(_e);
}