mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-10-31 23:35:00 -04:00
added test for tab indentation bug
This commit is contained in:
parent
7224427b36
commit
2a116251b5
37
source/test/code/tabs.markdown
Normal file
37
source/test/code/tabs.markdown
Normal file
@ -0,0 +1,37 @@
|
||||
---
|
||||
layout: page
|
||||
title: "tab test code"
|
||||
comments: false
|
||||
categories:
|
||||
---
|
||||
```
|
||||
// Spaces
|
||||
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
```
|
||||
|
||||
```
|
||||
// Tabs
|
||||
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
asd
|
||||
```
|
Loading…
Reference in New Issue
Block a user