Use https everywhere - tests and test data

This commit is contained in:
Yaroslav Russkih
2019-02-18 21:25:20 +01:00
committed by Ilya Chernikov
parent 7135f1972a
commit 028a311949
46 changed files with 336 additions and 336 deletions
+2 -2
View File
@@ -9,10 +9,10 @@ KtFile: HttpLink.kt
KDOC_SECTION
PsiElement(KDOC_LEADING_ASTERISK)('*')
PsiElement(KDOC_TEXT)(' ')
PsiElement(KDOC_MARKDOWN_INLINE_LINK)('[Kotlin](http://kotlinlang.org)')
PsiElement(KDOC_MARKDOWN_INLINE_LINK)('[Kotlin](https://kotlinlang.org)')
PsiElement(KDOC_TEXT)(' is made by [JetBrains][1]')
PsiWhiteSpace('\n ')
PsiElement(KDOC_LEADING_ASTERISK)('*')
PsiElement(KDOC_TEXT)(' [1]: http://www.jetbrains.com/')
PsiElement(KDOC_TEXT)(' [1]: https://www.jetbrains.com/')
PsiWhiteSpace('\n ')
PsiElement(KDOC_END)('*/')